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