Versions in this module Expand all Collapse all v1 v1.1.0 Oct 24, 2024 v1.0.0 Oct 24, 2024 Changes in this version + func Filter[T any](ar []T, keep func(val T) bool) []T + func Unique[T comparable](ar []T) []T