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