- insertFront
size_t insertFront(T _value)
Inserts stuff to the front of the container.
- insertFronts
size_t insertFronts(Stuff stuff)
Inserts stuff to the front of the container.
- insertFronts
size_t insertFronts(Tuple!(K, V) stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertFronts
size_t insertFronts(Stuff stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyrange
KeyRange!(K, V) keyrange()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Range!(ubyte[]) opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- range
Range!(T) range()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeFront
void removeFront()
Removes the value at the front of the container.
- removeFront
size_t removeFront(size_t howMany)
Removes howMany values at the front or back of the
container.
- set_pointer
void set_pointer()
Undocumented in source. Be warned that the author may not have intended to support it.