package
0.0.13
Repository: https://github.com/crowdsecurity/go-cs-lib.git
Documentation: pkg.go.dev

# Functions

Chunks splits a slice into chunks of the given size.
Concat concatenates multiple slices and returns the result.
Deduplicate filters a slice of any comparable type, removing duplicate elements in place.
UniqueCopy filters a slice of any comparable type, returning a slice of unique elements.