Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
BytesToString converts []byte to string without copy.
func SliceToSlice ¶
func SliceToSlice[From, To any](arr []From) []To
func SliceToValue ¶
func SliceToValue[From, To any](arr []From) To
func StringToBytes ¶
StringToBytes converts string to []byte without copy.
func ValueToSlice ¶
func ValueToSlice[From, To any](from From) []To
func ValueToValue ¶
func ValueToValue[From, To any](from From) To
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.