ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
LinkedList.dup
ocean
util
container
LinkedList
LinkedList
Build an independent copy of the list. The elements themselves are not cloned
class
LinkedList
(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
LinkedList
dup
(
)
Meta
Source
See Implementation
ocean
util
container
LinkedList
LinkedList
constructors
this
destructors
~this
functions
add
addAt
append
cache
check
clear
contains
dup
first
get
head
isEmpty
iterator
last
opApply
prepend
remove
removeAt
removeHead
removeRange
removeTail
replace
replaceAt
reset
size
sort
subset
tail
take
toArray
Build an independent copy of the list. The elements themselves are not cloned