- opApply
int opApply(int delegate(KEY key, ref const(VALUE) value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(KEY key, ref VALUE value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref const(VALUE) value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref VALUE value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
TypedIndexSlice opAssign(VALUE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(VALUE) opIndex(KEY index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(TypedIndexSlice) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
TypedIndexSlice opIndexAssign(VALUE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
TypedIndexSlice opIndexAssign(VALUE value, KEY key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
TypedIndexSlice opIndexOpAssign(T value, KEY key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
TypedIndexSlice opIndexOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
TypedIndexSlice opOpAssign(VALUE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
inout(TypedIndexSlice) opSlice(KEY begin, KEY end)
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.