:: Char -> Int package:ascii-char

Converts an ASCII character to its corresponding numeric value between 0 and 127
toInt Null == 0
toInt CapitalLetterA == 6
toInt SmallLetterA == 97
toInt Delete == 127