package
6.8.0
Repository: https://github.com/app-nerds/kit.git
Documentation: pkg.go.dev

# Functions

BreakIntoGroups breaks a slice into groups of a given size.
ConvertSlice converts all the values in slice 'a' from type T to type K using a converter function.
Filter applies the function 'test' to all values in a slice and returns a new slice for all values where 'test' returned true.
IsInSlice checks if an item is in a slice.