Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2023 Changes in this version + func Filter(slice []T, filter func(T) bool) []T + func Includes(slice []T, value T) bool + func SameOrZero(args ...T) (bool, T) + func Terminator(f func() int)