//
pkg.gl
Category
github.com/alexchao26/advent-of-code-go
cast
package
0.0.0-20240819202250-407441df0594
Repository:
https://github.com/alexchao26/advent-of-code-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
116
Files
59 SLOC
#
Functions
ASCIIIntToChar
ASCIIIntToChar returns a one character string of the given int.
ToASCIICode
ToASCIICode returns the ascii code of a given input.
ToInt
ToInt will case a given arg into an int type.
ToString
ToString will case a given arg into an int type.
#
Constants
ASCIICodeCapA
65.
ASCIICodeCapZ
65.
ASCIICodeLowerA
97.
ASCIICodeLowerZ
97.