LongInt

Undocumented in source.
  1. struct LongInt(uint bits, bool signed)
  2. alias LongInt(T) = LongInt!(T.sizeof * 8, isSigned!T)
    alias LongInt(T) = LongInt!(T.sizeof * 8, isSigned!T)

Meta