uintN

Bigint with fixed length. The length is (N*64)bit. Ex. if you use uintN!2, it mean uint128.

Constructors

this
this(ulong x)
Undocumented in source.
this
this(string s)
Undocumented in source.

Members

Functions

opBinary
uintN opBinary(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(ulong r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(ulong rr)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(uintN rr)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ulong opBinary(ulong r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
uintN opBinary(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(uintN r)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(ulong) opIndex(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T r)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
uintN opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
uintN opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
uintN opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
uintN opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

d
ulong[N] d;
Undocumented in source.

Meta