copy abstract method

MutableScale<num> copy()
inherited

Returns a mutable copy of the scale.

Mutating the returned scale will not effect the original one.

Implementation

MutableScale<D> copy();