Operatorswift 6.0.3Swift
<=(_:_:)
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
func <= (lhs: (), rhs: ()) -> Bool
Parameters
An arity zero tuple is always before or the same as another arity zero tuple in a lexicographical ordering.