Documentation ¶
Overview ¶
Package any contains the implementation of the any plugin, which generates the deriveAny function.
The deriveAny function applies a predicate to each element of a list, returning a whether any of the items matched the predicate.
func deriveAny(func (T) bool, []T) bool
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.