The OpenD Programming Language

BigInt.this

  1. this(UInt!size fixedInt)
    struct BigInt(uint size64)
    @safe
    this
    (
    uint size
    )
    ()
    if (
    size64 &&
    size64 <= ushort.max
    )
  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)

Meta