Versions in this module Expand all Collapse all v1 v1.0.0 Nov 5, 2024 v0 v0.0.1 Nov 4, 2024 Changes in this version + func ConvertFuncWithSkip[From, To any](slice []From, convertFunc func(elem From) (To, bool)) []To + func ConvertFunc[From, To any](slice []From, convertFunc func(elem From) To) []To + func Merge[T comparable](s1, s2 []T) []T