copy multimethod

Methods

copy(arr:Arr)
Shallow copy of arr

Returns

Arr
copy(h:Hash) Source: stdlib.ngs:2602
Make shallow copy of a Hash

Returns

Hash
copy(s:Set) Source: autoload/Set.ngs:66
Undocumented