ItemIndex.Range

Undocumented in source.

Constructors

this
this(ItemIndex si)
Undocumented in source.
this
this(ItemIndex* i, Keys k)
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

Keys
alias Keys = typeof(ItemIndex.init.keys())
Undocumented in source.
Type
alias Type = ItemPtr
Undocumented in source.

Functions

back
Type back()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Type front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Type opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
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.
save
typeof(this) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta