lte

Instantiate a template that will check if first is less or equal than second

template lte (
alias first
) {}

Members

Variables

eq
enum bool eq(alias second);
Undocumented in source.

Parameters

first

first element

Return Value

bool true if lesser or equal, false otherwise

Meta