Versions in this module Expand all Collapse all v0 v0.0.2 Oct 23, 2025 v0.0.1 Oct 18, 2025 Changes in this version + func AppendUnique[S ~[]E, E comparable](s S, vs ...E) S + func ApplyToAll[S ~[]E1, E1, E2 any](s S, f func(E1) E2) []E2