Versions in this module Expand all Collapse all v1 v1.14.4 Jul 14, 2022 Changes in this version + func Apply(in []K, f func(K) K) []K + func Filter(in []K, r ...K) []K + func Map(in []K) map[K]bool + func Sorted(l []K) []K + func SortedFiltered(l []K, want func(K) bool) []K