I do not agree. I would expect `’6'.toInt()` to re...
# stdlib
m
I do not agree. I would expect
’6'.toInt()
to return an integer representation of a character and not a string representation of this character parsed to int.