Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bytes ¶
Fast conversion of a string to a byte slice. Must not be used if the resulting byte slice could be mutated.
func Slice ¶
func Slice[O, I any](input []I) (output []O)
Fast conversion of a slice of one type to a slice of another type without copying. Use only if type I can be converted to type O.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.