GreaterInteger.GreaterInteger

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

Meta