Documentation ¶
Index ¶
- func MarshalBoolSlice[V ~bool](list []V, enclose ...[2]byte) string
- func MarshalFloatList[V constraints.Float](list []V, prec int, enclose ...[2]byte) string
- func MarshalIntSlice[V constraints.Signed](list []V) string
- func MarshalStringSlice[V ~[]byte | ~string](list []V, enclose ...[2]byte) string
- func MarshalTimeList[V time.Time](list []V, enclose ...[2]byte) string
- func MarshalUintSlice[V constraints.Unsigned](list []V, enclose ...[2]byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalBoolSlice ¶
func MarshalFloatList ¶
func MarshalFloatList[V constraints.Float](list []V, prec int, enclose ...[2]byte) string
func MarshalIntSlice ¶
func MarshalIntSlice[V constraints.Signed](list []V) string
func MarshalStringSlice ¶
func MarshalUintSlice ¶
func MarshalUintSlice[V constraints.Unsigned](list []V, enclose ...[2]byte) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.