Documentation ¶
Index ¶
- func AnyIntToString(value interface{}) string
- func DetermineEncoding(content []byte, contentType string) (e tencoding.Encoding, name string, certain bool)
- func IntToString[T constraints.Integer](v T) string
- func StringConvertFor[T any](str string) (T, error)
- func UintToString[T constraints.Integer](v T) string
- func Unmarshal[T any](str string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyIntToString ¶ added in v0.3.8
func AnyIntToString(value interface{}) string
func DetermineEncoding ¶
func IntToString ¶ added in v0.3.8
func IntToString[T constraints.Integer](v T) string
func StringConvertFor ¶ added in v0.3.8
func UintToString ¶ added in v0.3.8
func UintToString[T constraints.Integer](v T) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.