Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
func > (lhs: (), rhs: ()) -> Bool
Parameters
lhsAn empty tuple.
rhsAn empty tuple.
Discussion
An arity zero tuple is never strictly after another arity zero tuple in a lexicographical ordering.