Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
An empty tuple.
rhs
An empty tuple.
Discussion
An arity zero tuple is always after or the same as another arity zero tuple in a lexicographical ordering.