Documentation ¶
Index ¶
Constants ¶
View Source
const ( ASCIICodeCapA = int('A') // 65 ASCIICodeCapZ = int('Z') // 65 ASCIICodeLowerA = int('a') // 97 ASCIICodeLowerZ = int('z') // 97 )
Variables ¶
This section is empty.
Functions ¶
func ASCIIIntToChar ¶
ASCIIIntToChar returns a one character string of the given int
func ToASCIICode ¶
func ToASCIICode(arg interface{}) int
ToASCIICode returns the ascii code of a given input
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.