mutable

open fun <U : Unit<U>?> mutable(measure: Measure<U>): MutableMeasure<U>

Creates a new mutable measure that is a copy of the given one.

Return

a new mutable measure with an initial state equal to the given measure

Parameters

<U>

the type of the units of measure

measure

the measure to create a mutable copy of