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