Versions in this module Expand all Collapse all v0 v0.16.0 Apr 28, 2023 Changes in this version + func ExistInSlice(item T, list []T) bool + func ExistInSliceWithRegex(str string, list []string) bool + func NonzeroUniques(list []T) []T + func SubtractSlice(base []T, subtract []T) []T + func ToInterfaceSlice(list []T) []any + func ToUniqueStringSlice(value any) (result []string)