_Comparable

protocol _Comparable

This protocol is an implementation detail of Comparable; do not use it directly.

Its requirements are inherited by Comparable and thus must be satisfied by types conforming to that protocol.

Inheritance View Protocol Hierarchy →
Import import Swift

Instance Methods

func <(_:rhs:) Required

A strict total order over instances of Self

Declaration

func <(lhs: Self, rhs: Self) -> Bool