Inner.SequencedRange

Defines the index' primary range, which embodies a bidirectional range

Constructors

this
this(Container _c, Node* f, Node* b)
Undocumented in source.

Members

Aliases

Container
alias Container = const(ThisContainer)
Undocumented in source.
Container
alias Container = ThisContainer
Undocumented in source.
Node
alias Node = const(ThisNode)
Undocumented in source.
Node
alias Node = ThisNode
Undocumented in source.
back_node
alias back_node = _back
Undocumented in source.
front_node
alias front_node = _front
Undocumented in source.

Functions

popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source.

Properties

back
back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
save [@property getter]
_back
Node* _back;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_front
Node* _front;
Undocumented in source.
c
Container c;
Undocumented in source.

Meta