Slink.copy

Make a copy of the list; i.e., a new list containing new cells but including the same elements in the same order

struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)
final
copy
(
scope Ref delegate
()
alloc
)

Meta