this could just be a me mistake where I can't find the equivalent in the 
std/library for parseint on char. this code returns a error though. echo 
"123456".reversed.map(parseInt) while this code does what it is supposed to. 
echo "123456".reversed.mapIt($it).map(parseInt).

Reply via email to