protocol Comparable
A type that can be compared using the relational operators <
, <=
, >=
,
and >
.
Inheritance |
Equatable |
Conforming Types |
AnyIndex, Character, ClosedRange.Index, CollectionDifference.Index, Dictionary.Index, FlattenSequence.Index, LazyPrefixWhileSequence.Index, Never, ObjectIdentifier, ReversedCollection.Index, Set.Index, Strideable, String, String.Index, StringProtocol, Unicode.Scalar |
Type Methods
Default Implementations