package
0.1.4
Repository: https://github.com/goatext/commons.git
Documentation: pkg.go.dev

# Functions

SliceToArray Converts an bytes slice to an array of size "length" and returns an interface with the result In Go, arrays have a fixed size that must be known at compile time, which makes converting a slice to an array of variable size directly not possible.