eq

Instantiate a template that will check equality of first with second

template eq (
alias first
) {}

Members

Variables

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

Parameters

first

first element

Return Value

bool true if equal, false otherwise

Meta