BigNumber.TwoComplementRange

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(BigNumber num)
Undocumented in source.

Members

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
long front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_empty
bool _empty;
Undocumented in source.
current
long current;
Undocumented in source.
data
const(BigDigit)[] data;
Undocumented in source.
overflow
bool overflow;
Undocumented in source.
sign
bool sign;
Undocumented in source.

Meta