Intervallic

public protocol Intervallic : Measured

Undocumented

  • The type which is used to measure this type.

    Declaration

    Swift

    associatedtype Metric

Instance Properties

  • Length of the Spanning type in the given Metric.

    Declaration

    Swift

    var length: Metric { get }