Versions in this module Expand all Collapse all v0 v0.5.0 Nov 29, 2024 v0.4.0 Mar 21, 2024 Changes in this version + func Contains[T comparable](s []T, e T) bool + func MapContains[K comparable, V any](m map[K]V, k K) bool + func MapKeys[K comparable, V any](m map[K]V) []K + func MapSort[K ~string | ~int, V any](m map[K]V) map[K]V