nxt.enum_ex

Undocumented in source.

Members

Functions

toStringFaster
string toStringFaster(T value)

Fast and more generic implementation of std.conv.to for enumerations.

toStringNonAliases
string toStringNonAliases(T value)

Faster implementation of std.conv.to for enumerations with no aliases.

Structs

Enum
struct Enum(E)

Enumeration wrapper that uses optimized conversion to string (via toString member).

Meta