Measured
public protocol Measured
Interface for types which are measured by some Metric
type.
-
The type which is used to measure this type.
Declaration
Swift
associatedtype Metric : Comparable, SignedNumeric