BitRange

Undocumented in source.

Constructors

this
this(ulong n)
Undocumented in source.

Members

Functions

asBytes
ubyte[] asBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
void fromString(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
front
ubyte front()
Undocumented in source. Be warned that the author may not have intended to support it.
grow
void grow(ulong size)
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ubyte opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(ubyte value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
shrink
void shrink(ulong size)
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.

Meta