ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
List.Node
ws
list
List
Undocumented in source.
class
List
(T)
protected
struct
Node {
T
obj
;
Node
*
prev
;
Node
*
next
;
}
Members
Variables
next
Node
*
next
;
Undocumented in source.
obj
T
obj
;
Undocumented in source.
prev
Node
*
prev
;
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