Constraints for numeric unboxed types #206
Labels
cat:lang
Category: Language design
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
target:python
typ:enhance
Type: Enhancement/new feature
Milestone
E.g.:
Possible options:
min
(inclusive; cannot be used withgreater-than
): Add numeric-constraints annotation #271max
(inclusive; cannot be used withless-than
): Add numeric-constraints annotation #271greater-than
(exclusive; cannot be used withmin
)less-than
(exclusive; cannot be used withmax
)The text was updated successfully, but these errors were encountered: