We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8b6266c
Add map function
func Collect[K comparable, V any, W any](m map[K]V, f func(V) W) map[K]W