enum index std.traits.EnumMembers!T
A enum value that corresponds to the index. Note: The function doesn't check that index is less then EnumMembers!T.length.
See Implementation