package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Any[A any](a ...func(A) bool) func([]A) []A
Any filters an array such that elements pass at least one predicate.
func Every[A any](a ...func(A) bool) func([]A) []A
Every filters an array such that element pass all predicates.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.