The OpenD Programming Language

BigInt.opCast

  1. T opCast()
  2. T opCast()
    struct BigInt(uint size64)
    @safe const
    T
    opCast
    (
    T
    bool nonZero = false
    )
    ()
    if (
    is(T == long) ||
    is(T == int)
    )
    if (
    size64 &&
    size64 <= ushort.max
    )

Meta