Clones a typed array. If deep is false (default) the clone will be shallow. Otherwise structuredClone is used.
deep
false
The new array
clone
Generated using TypeDoc
Clones a typed array. If
deep
isfalse
(default) the clone will be shallow. Otherwise structuredClone is used.Returns
The new array
See
clone