ListS.Store

Undocumented in source.

Alias This

_store

Members

Functions

erase
void erase(IndexType index)
Undocumented in source. Be warned that the author may not have intended to support it.
eraseFrontOfRange
void eraseFrontOfRange(List!(ValueType).Range range)
Undocumented in source.
get_value
inout(ValueType) get_value(IndexType index)
Undocumented in source. Be warned that the author may not have intended to support it.
indexRange
auto indexRange()
Undocumented in source. Be warned that the author may not have intended to support it.
push
auto push(ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
auto dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_store
List!ValueType _store;
Undocumented in source.

Meta