GreaterInteger.GreaterInteger

Undocumented in source.
  1. alias GreaterInteger = ulong
    template GreaterInteger(U)
    static if(U.sizeof < ulong.sizeof)
    alias GreaterInteger = ulong
  2. alias GreaterInteger = BigInt

Meta