Static immutable instance of Enum Identifiers.
enum E {z = 1, b = -1, c} static assert(enumIdentifiers!E == ["z", "b", "c"]);
See Implementation
Static immutable instance of Enum Identifiers.