Integer

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.
this
this(Integer!(U, E2) val)
Undocumented in source.

Members

Functions

opAssign
auto ref opAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(Integer!(U, E2) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Integer!(U, E2) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
U opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
long opCmp(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
long opCmp(Integer!(U, E2) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Integer!(U, E2) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto ref opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto ref opUnary()
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.
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

bits
enum bits;
Undocumented in source.
name
enum name;
Undocumented in source.
signed
enum signed;
Undocumented in source.

Properties

inHostOrder
T inHostOrder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

max
enum Integer max;
Undocumented in source.
min
enum Integer min;
Undocumented in source.
value
T value;
Undocumented in source.

Meta