Comparable

protocol Comparable : Equatable
  • Undocumented

    Declaration

    Swift

    public mutating func clamp(min: Self, max: Self)
  • Undocumented

    Declaration

    Swift

    public func clamped(min: Self, max: Self) -> Self