We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a strtoint_base(s: &str, base: Base) function that parses s as an integer in the given base (using the Base type detailed in #4).
strtoint_base(s: &str, base: Base)
s
Base
The text was updated successfully, but these errors were encountered:
StrToInt
No branches or pull requests
Add a
strtoint_base(s: &str, base: Base)
function that parsess
as an integer in the given base (using theBase
type detailed in #4).s
may optionally start with that prefix; otherwise, no prefix is allowed.The text was updated successfully, but these errors were encountered: