Versions in this module Expand all Collapse all v0 v0.0.2 May 15, 2024 Changes in this version + func CountElements[T comparable](xs []T) map[T]int + func SliceToSet[T comparable](xs []T) map[T]int + func SubtractSet[T comparable](xs, ys map[T]int) map[T]int + func SubtractSlice[T comparable](xs, ys []T) []T