Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2023 Changes in this version + func Explode(str, sep string) []string + func ExplodeToInt(str, sep string) []int + func Implode(arr interface{}, sep string) string + func InArray(synx T, hax []T) bool + func Intersection(a, b []T) []T + func Merge(data ...[]T) []T + func Unique(b []T) []T