Versions in this module Expand all Collapse all v2 v2.0.1 Oct 14, 2022 Changes in this version + func FindOne[T Filterable](items []T, term string) (res T, err error) + func FindWithCustomFilter[T Filterable](items []T, term string, filter func(T) bool) []T + func Find[T Filterable](items []T, term string) []T + type Filterable interface + Keys func() []string