Versions in this module Expand all Collapse all v1 v1.2.0 Aug 11, 2026 Changes in this version + func Atof(a string) float64 + func Atoi(a string) int64 + func Atot(a string) bool + func Atou(a string) uint64 + func Atov(a string) interface + func Ftoa(f float64) string + func Ftoi(f float64) int64 + func Ftot(f float64) bool + func Ftou(f float64) uint64 + func Ftov(f float64) interface + func Itoa(i int64) string + func Itof(i int64) float64 + func Itot(i int64) bool + func Itou(i int64) uint64 + func Itov(i int64) interface + func Ttoa(t bool) string + func Ttof(t bool) float64 + func Ttoi(t bool) int64 + func Ttou(t bool) uint64 + func Ttov(t bool) interface + func Utoa(u uint64) string + func Utof(u uint64) float64 + func Utoi(u uint64) int64 + func Utot(u uint64) bool + func Utov(u uint64) interface + func Vtoa(v interface{}) string + func Vtof(v interface{}) float64 + func Vtoi(v interface{}) int64 + func Vtot(v interface{}) bool + func Vtou(v interface{}) uint64