uintN

多倍長整数. 静的に長さを指定しする, N*64bitとなる. 例えばuintN!2とすれば、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