Iterator

Iterator for the vector.

Constructors

this
this(ParentType parent)
Undocumented in source.

Members

Aliases

ApplyType
alias ApplyType = ReturnType
Undocumented in source.
ApplyType
alias ApplyType = Nullable!ReturnType
Undocumented in source.

Functions

opApply
int opApply(int delegate(ApplyType) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(int, ApplyType) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ReturnType opIndex(int index)
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
ReturnType front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
ReturnType popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta