Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 v1.0.0 Apr 27, 2026 Changes in this version + func Keys[K comparable, V any](m map[K]V) []K + func ListContainsElement[T comparable](list []T, element T) bool + func ListIntersection[T comparable](a, b []T) []T + func MapJoin[K comparable, V any](m map[K]V, argSep string, valSep string) string + func MergeMaps[K comparable, V any](maps ...map[K]V) map[K]V