The OpenD Programming Language

BigInt.toString

  1. immutable(C)[] toString()
  2. void toString(W w)
    struct BigInt(uint size64)
    @safe scope const
    void
    toString
    (
    C = char
    W
    )
    (
    ref scope W w
    )
    if (
    size64 &&
    size64 <= ushort.max
    )

Meta