SerialInteger

Undocumented in source.

Constructors

this
this(T value)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

opAssign
SerialInteger opAssign(SerialInteger rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
SerialInteger opAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
SerialInteger opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
SerialInteger opBinary(SerialInteger 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
int opCmp(SerialInteger rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T 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(SerialInteger rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
SerialInteger opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
SerialInteger opOpAssign(SerialInteger rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
SerialInteger opUnary()
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.

Variables

midpoint
enum T midpoint;
Undocumented in source.
value
T value;
Undocumented in source.

Meta