Clink.copyList

* Make a copy of the list and return new head.

struct Clink(V)
const
copyList
(
scope Ref delegate
()
alloc
)

Meta