v0.2.20
Add slice function
func Count[T any](s []T, f func(T) bool) int
and map function
func Count[K comparable, V any](m map[K]V, f func(K, V) bool) int
Add slice function
func Count[T any](s []T, f func(T) bool) int
and map function
func Count[K comparable, V any](m map[K]V, f func(K, V) bool) int