Skip to content

v0.1.10

Compare
Choose a tag to compare

Add map function

func Collect[K comparable, V any, W any](m map[K]V, f func(V) W) map[K]W