package
0.0.0-20241003034413-d0ef6605084f
Repository: https://github.com/go-fox/sugar.git
Documentation: pkg.go.dev

# Functions

Chunk creates a slice of elements split into groups the length of size.
Contain check if the target value is in the slice or not.
ContainBy returns true if predicate function return true.
ContainSubSlice check if the slice contains a given subslice or not.
Union 去重.