Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integer constraint #11

Open
karlseguin opened this issue Jun 24, 2023 · 1 comment
Open

integer constraint #11

karlseguin opened this issue Jun 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@karlseguin
Copy link
Contributor

Thanks for the library.

Any chance to add something like singleValueOptionInt(T) which parses the input into an int of type T (making sure both that it's a valid integer and that it's within min(T) and max(T).

@prajwalch
Copy link
Owner

Yes, it is possible to add something like that. In fact, I am planning to add support for parsing values into other types as well. Once i have some free time, i will start to implementing it.

@prajwalch prajwalch added the enhancement New feature or request label Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants