IntegralBijectableTypes

List of types that are bijectable to builtin integral types.

alias IntegralBijectableTypes = AliasSeq!(bool, char, wchar, dchar, ubyte, ushort, uint, ulong, byte, short, int, long, float, double)

Meta