ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
List.Iterator
ws
list
List
Undocumented in source.
class
List
(T)
struct
Iterator {
Node
*
node
;
T
get
();
Iterator
prev
[@property getter];
Iterator
next
[@property getter];
bool
opCast
();
Iterator
opUnary
();
}
Members
Functions
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Iterator
opUnary
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
next
Iterator
next
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
prev
Iterator
prev
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
node
Node
*
node
;
Undocumented in source.
Meta
Source
See Implementation
ws
list
List
aliases
Type
functions
checkBegin
checkEnd
clear
insert
opApply
opApplyReverse
opBinary
opCast
opIndex
opOpAssign
popBack
popFront
push
pushFront
remove
toString
properties
back
begin
empty
end
front
length
structs
Iterator
Node
variables
mBegin
mEnd
mLength