You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
..., Tuple comparable comparable and ... are comparable types.
Tuple isn't an actual type. I suggest changing it to
..., ( comparableA, comparableB ), ( comparableA, comparableB, comparableC ) tuples and ... are comparable types.
Which also makes it clear that both comparables can be different.
The text was updated successfully, but these errors were encountered:
lue-bird
changed the title
Tuple comparable comparable should ( a, b ) and ( a, b, c )Tuple comparable comparable should be ( a, b ) and ( a, b, c )Nov 13, 2021
Under "Answer" in "What are comparable types?":
Tuple
isn't an actual type. I suggest changing it toWhich also makes it clear that both
comparable
s can be different.The text was updated successfully, but these errors were encountered: