CloneVector extension

Adds clone method that create a deep copy of a ByteData.

on

Methods

clone() Vector

Available on Vector, provided by the CloneVector extension

Creates a deep copy of the Vector, mutations to the original will not affect the copy.