E.g.: ```nirum @numeric-constraints(min=1, max=12) unboxed month (int32); ``` Possible options: - [x] `min` (inclusive; cannot be used with `greater-than`): #271 - [x] `max` (inclusive; cannot be used with `less-than`): #271 - [ ] `greater-than` (exclusive; cannot be used with `min`) - [ ] `less-than` (exclusive; cannot be used with `max`)
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)