anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
List.insertBack
anansi
container
list
List
Undocumented in source.
struct
List
(T)
Node
*
insertBack
(
T
value
)
out (result) { assert (result !is null); }
Meta
Source
See Implementation
anansi
container
list
List
constructors
this
functions
back
front
insertBack
opSlice
remove
postblits
this(this)
properties
backNode
dup
empty
frontNode
length
structs
ConstRange
Node
Range