TypedIndexArray

Undocumented in source.

Constructors

this
this(R values)
Undocumented in source.
this
this(VALUE value)
Undocumented in source.
this
this(VALUE[LENGTH] value)
Undocumented in source.

Members

Aliases

Key
alias Key = KEY
Undocumented in source.
Slice
alias Slice = TypedIndexSlice!(KEY, VALUE)
Undocumented in source.

Functions

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.

Properties

length
KEY 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[LENGTH]) range [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

intLength
size_t intLength()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta