The OpenD Programming Language

BigInt.this

  1. this(UInt!size fixedInt)
  2. this(size_t[N] data)
  3. this(ulong data)
  4. this(long data)
  5. this(int data)
  6. this(uint data)
  7. this(const(char)[] str)
    struct BigInt(uint size64)
    @safe @safe pure @nogc
    this
    ()
    (
    scope const(char)[] str
    )
    if (
    size64 &&
    size64 <= ushort.max
    )

Meta