Convert enumerator value v to string.
Fast and more generic implementation of std.conv.to for enumerations. TODO: Handle non-adjacent enumerator aliases.
Faster implementation of std.conv.to for enumerations with no aliases. Will error if aliases are present.
Enumeration wrapper that uses optimized conversion to string (via toString member).