BigInt.opCast

  1. T opCast()
    struct BigInt(size_t maxSize64)
    const
    T
    opCast
    (
    T
    bool wordNormalized = false
    bool nonZero = false
    )
    ()
    if (
    isFloatingPoint!T &&
    isMutable!T
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )
  2. T opCast()

Meta