hex const #
const hex = "0123456789abcdef"
const hex = "0123456789abcdef"
Itoa converts val to a decimal string.
func Itoa(val int) string
Uitoa converts val to a decimal string.
func Uitoa(val uint) string
Uitox converts val (a uint) to a hexadecimal string.
func Uitox(val uint) string
Generated with Arrow