Open YichengDWu opened 6 months ago
Can I maybe try to work on this issue?
@gxyd You can just go ahead!
Since atol
in mojo already accepts an optional base
argument why would we have need for a second function in this case?
atol
recognizes "1234" and stol
regonizes "1234asda".
Ah I see the distinction between the behaviours now thank you.
Review Mojo's priorities
What is your request?
atol
is in the std but notstol
, a similar function tostrtol
in C.What is your motivation for this change?
More functionalities to parser strings.
Any other details?
No response