NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
copy multimethod
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