Versions in this module Expand all Collapse all v0 v0.3.0 Mar 9, 2022 v0.2.0 Jan 5, 2022 v0.1.0 Oct 13, 2021 Changes in this version + func AllOf(s interface{}, p func(int) bool) bool + func AnyOf(s interface{}, p func(int) bool) bool + func NoneOf(s interface{}, p func(int) bool) bool