enumLength

One past the biggest element of the enum T.

template enumLength (
T
) if (
is(T == enum)
) {}

Members

Manifest constants

enumLength
enum enumLength;
Undocumented in source.

Examples

string[enumLength!E] arr;

Meta