Measured

public protocol Measured

Interface for types which are measured by some Metric type.

Associated Types

  • The type which is used to measure this type.

    Declaration

    Swift

    associatedtype Metric : Comparable, SignedNumeric