package
0.5.49
Repository: https://github.com/pubgo/funk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
BtoS converts byte slice to string.
BtoU4 converts byte slice to integer slice.
BtoU8 converts byte slice to integer slice.
ByteSize returns a human-readable byte string of the form 10M, 12.5K, and so forth.
Copy creates an identical copy of x.
CopyBytes copies a slice to make it immutable.
CopyString copies a string to make it immutable.
No description provided by the author
No description provided by the author
No description provided by the author
StoB converts string to byte slice.
StoU4 converts string to integer slice.
StoU8 converts string to integer slice.
ToString Change arg to string.
U4toB converts integer slice to byte slice.
U4toS converts integer slice to string.
U4toU8 converts uint32 slice to uint64 slice.
U8toB converts integer slice to byte slice.
U8toS converts integer slice to string.
U8toU4 converts uint64 slice to uint32 slice.

# Structs

Slice internals from reflect.
String internals from reflect.