Integer.name

Undocumented in source.
struct Integer(T, char E)
enum name = (signed ? "S" : "U") ~ E ~ bits.to!string;

Meta