UInt

Represents an arbitrary unsigned integer of SIZE.

Constructors

this
this(T val)
Undocumented in source.

Members

Functions

opAssign
auto opAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
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(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto 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.

Manifest constants

max
enum max;
Undocumented in source.
min
enum min;
Undocumented in source.

Meta