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
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).
The text was updated successfully, but these errors were encountered:
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.
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).The text was updated successfully, but these errors were encountered: