Documentation
¶
Overview ¶
Package filter contains the implementation of the filter plugin, which generates the deriveFilter function.
The deriveFilter function applies a predicate to each element of a list, returning a list of filtered results in the same order.
func deriveFilter(func (T) bool, []T) []T
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.