package
0.0.0-20240212032044-9687f6313245
Repository: https://github.com/drjosh9000/exp.git
Documentation: pkg.go.dev
# Functions
Divvy divides a slice into up to n subslices of approximately equal size.
Do calls f with each element of in.
Map calls f with each element of in, to build the output slice.
NewQueue returns a new queue with an initial list of items.
Reduce reduces a slice to a single value.