func < ((), ()) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func < <A, B>((A, B), (A, B)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func < <A, B, C>((A, B, C), (A, B, C)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func < <A, B, C, D>((A, B, C, D), (A, B, C, D)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func < <A, B, C, D, E>((A, B, C, D, E), (A, B, C, D, E)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func < <A, B, C, D, E, F>((A, B, C, D, E, F), (A, B, C, D, E, F)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前の順序かかどうかを指し示しているブール値を返します。
func <= ((), ()) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func <= <A, B>((A, B), (A, B)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func <= <A, B, C>((A, B, C), (A, B, C)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func <= <A, B, C, D>((A, B, C, D), (A, B, C, D)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func <= <A, B, C, D, E>((A, B, C, D, E), (A, B, C, D, E)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func <= <A, B, C, D, E, F>((A, B, C, D, E, F), (A, B, C, D, E, F)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered before or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の前またはそれと同じ順序かかどうかを指し示しているブール値を返します。
func > ((), ()) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func > <A, B>((A, B), (A, B)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func > <A, B, C>((A, B, C), (A, B, C)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func > <A, B, C, D>((A, B, C, D), (A, B, C, D)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func > <A, B, C, D, E>((A, B, C, D, E), (A, B, C, D, E)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func > <A, B, C, D, E, F>((A, B, C, D, E, F), (A, B, C, D, E, F)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろの順序かかどうかを指し示しているブール値を返します。
func >= ((), ()) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろまたはそれと同じ順序かかどうかを指し示しているブール値を返します。
func >= <A, B>((A, B), (A, B)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろまたはそれと同じ順序かかどうかを指し示しているブール値を返します。
func >= <A, B, C>((A, B, C), (A, B, C)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろまたはそれと同じ順序かかどうかを指し示しているブール値を返します。
func >= <A, B, C, D, E>((A, B, C, D, E), (A, B, C, D, E)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろまたはそれと同じ順序かかどうかを指し示しているブール値を返します。
func >= <A, B, C, D, E, F>((A, B, C, D, E, F), (A, B, C, D, E, F)) -> Bool
Returns a Boolean value indicating whether the first tuple is ordered after or the same as the second in a lexicographical ordering.
語彙筆記的順序において最初のタプルが2番目の後ろまたはそれと同じ順序かかどうかを指し示しているブール値を返します。