Join Slack
Powered by
Char toInt return ASCII code and String toInt it's...
# stdlib
m
marcinmoskala
03/03/2016, 5:29 PM
Char toInt return ASCII code and String toInt it's int representation. So: assertEquals("6".toInt(), '6'.toInt()) is not working. I think it is counterintuitive.
Open in Slack
Previous
Next