CloneSparseVector extension
Adds clone method that create a deep copy of a SparseVector.
- on
Methods
-
clone(
) → SparseVector -
Available on SparseVector, provided by the CloneSparseVector extension
Creates a deep copy of the SparseVector, mutations to the original will not affect the copy.