Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToStringSlice ¶
func ToStringSlice[T any](w StringWriter, sep string, s []T)
func ToStringW ¶
func ToStringW(w StringWriter, v any)
Types ¶
type StringWriter ¶
type StringWriter interface {
io.Writer
io.StringWriter
io.ByteWriter
}
type StringerTo ¶
type StringerTo interface {
StringTo(w StringWriter)
}
Click to show internal directories.
Click to hide internal directories.