Documentation
¶
Index ¶
- func ByteToEscapeSequenceReadable(b byte) string
- func EscapeRune(r rune, isString bool, quote rune) string
- func Float32ToLiteral(v float32) string
- func Float64ToLiteral(v float64) string
- func Pointers[T any, E ~[]T](e E) iter.Seq[*T]
- func ToAny[T any](seq iter.Seq[T]) iter.Seq[any]
- func ToReadableBytesLiteral(v []byte) string
- func ToStringLiteral(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToEscapeSequenceReadable ¶
ByteToEscapeSequenceReadable formats a byte as a string without quote processing
func Float32ToLiteral ¶
func Float64ToLiteral ¶
func ToReadableBytesLiteral ¶
func ToStringLiteral ¶ added in v0.1.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.