Versions in this module Expand all Collapse all v0 v0.2.1 Sep 20, 2022 v0.2.0 Sep 19, 2022 Changes in this version + func Apply(f func(T1) T2, t1s []T1) []T2 + func Contains(t T, ts []T) bool + func Filter(f func(T) bool, ts []T) []T + func FindIndex(f func(T) bool, ts []T) int + func GetPluginDir(name string) string + func GetStorageDir() string