package
0.0.0-20240331083713-54d5358c3257
Repository: https://github.com/davecheney/pub.git
Documentation: pkg.go.dev

# Functions

Equal returns true if all elements are equal.
Filter returns a new slice containing all elements of the slice that satisfy the predicate function.
Map applies the function f to each element of the slice and returns a new slice containing the results.
Reverse reverses the order of the elements in the slice.