measurement(in:)
A function that returns a measurement object initialized with the specified dimensions.
Declaration
func measurement<D>(in dimension: D) -> Measurement<D> where D : DimensionA function that returns a measurement object initialized with the specified dimensions.
func measurement<D>(in dimension: D) -> Measurement<D> where D : Dimension