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
Tuples do support more than 12 elements, it's just the traits providing methods like val0 in the standard library are only (manually) implemented for tuples upto 12 elements.
12 element tuple works:
13 element tuple doesn't:
The error message is not helpful. It should state that tuples don't support more than 12 elements:
The text was updated successfully, but these errors were encountered: