copy abstract method
Returns a mutable copy of the scale.
Mutating the returned scale will not effect the original one.
Implementation
MutableScale<D> copy();
Returns a mutable copy of the scale.
Mutating the returned scale will not effect the original one.
MutableScale<D> copy();