Documentation
¶
Index ¶
- func IntSafeToUint(i int) (res uint, err error)
- func Itoa[T constraints.Integer](i T) string
- func Signed[T constraints.Unsigned, K constraints.Signed](unsigned T) K
- func StringSafeToUint(s string) (res uint, err error)
- func StringToInt(s string) (int, error)
- func Unsigned[T constraints.Signed, K constraints.Unsigned](signed T) K
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntSafeToUint ¶
func Itoa ¶
func Itoa[T constraints.Integer](i T) string
func Signed ¶
func Signed[T constraints.Unsigned, K constraints.Signed](unsigned T) K
func StringSafeToUint ¶
func StringToInt ¶
func Unsigned ¶
func Unsigned[T constraints.Signed, K constraints.Unsigned](signed T) K
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.