Clink.copyList

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

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

Meta