lt

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

template lt (
alias first
) {}

Members

Variables

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

Parameters

first

first element

Return Value

bool true if lesser, false otherwise

Meta