ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Impl.Iterator
ae
utils
container
listnode
ListCommon
Impl
Undocumented in source.
mixintemplate
Impl
(NODEREF, bool HASPREV, bool HASTAIL, alias data)
static
struct
Iterator (
bool
FORWARD
) {
NODEREF
cursor
;
bool
empty
[@property getter];
auto ref
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
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
auto ref
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cursor
NODEREF
cursor
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
container
listnode
ListCommon
Impl
aliases
ForwardIterator
ReverseIterator
add
functions
opApply
popBack
popFront
pushBack
pushFront
remove
properties
back
empty
front
iterator
reverseIterator
structs
Iterator