package
0.1.7
Repository: https://github.com/playerr9/mygo-lib.git
Documentation: pkg.go.dev

# Functions

Filter filters a slice of E's according to a predicate.
Reject rejects a slice of E's according to a predicate.
RejectNils rejects in-place all nil elements from a slice of E's and returns the number of elements rejected.
RejectZero rejects in-place all zero-valued elements from a slice of E's and returns the number of elements rejected.