TypedIndexSlice

Undocumented in source.

Members

Aliases

Key
alias Key = KEY
Undocumented in source.

Functions

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.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(VALUE) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
KEY opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
range
inout(VALUE)[] range [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta