Bytes

Bytes (Count) Unit.

Alias This

_value

Members

Functions

opAssign
T opAssign(T rhs, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
T opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(bool inBits)
value
inout(T) value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_value
T _value;
Undocumented in source.

Meta