Versions in this module Expand all Collapse all v1 v1.0.0 Sep 5, 2024 Changes in this version + func Diff[A ~[]S, S comparable](a, b A) (A, A) + func Map[A ~[]S, S interface{}, V interface{}](arr A, mapFn func(S) V) []V + func Select[A ~[]S, S interface{}](arr A, cmp func(S) bool) A + func SliceToMap[K ~[]S, S interface{}, V comparable](arr K, keyFn func(S) V) map[V]S + func SortedEqual[A ~[]S, S cmp.Ordered](a, b A) bool