tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Clink.copyList
tango
util
container
Clink
Clink
* Make a copy of the list and return new head.
struct
Clink
(V)
const
Ref
copyList
(
scope
Ref
delegate
(
)
alloc
)
Meta
Source
See Implementation
tango
util
container
Clink
Clink
aliases
Ref
Type
functions
addNext
addPrev
copyList
count
find
linkNext
linkPrev
nth
set
unlink
unlinkNext
unlinkPrev
properties
singleton
size
variables
next
prev
value
* Make a copy of the list and return new head.