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