Proposal: Support tuple[T, N] syntax for fixed-length homogeneous tuples #2065
exprator-python
started this conversation in
Polls
Replies: 2 comments
-
This proposal potentially blocks dropping exlicit |
Beta Was this translation helpful? Give feedback.
0 replies
-
Linking #786 for previous discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, typing a fixed-length tuple of the same type in Python requires repeating the type multiple times:
Proposal
Support syntax:
tuple[int, 8]
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions