func maps.Collect

2 uses

	maps (current package)
		iter.go#L58: func Collect[K comparable, V any](seq iter.Seq2[K, V]) map[K]V {

	google.golang.org/grpc/attributes
		attributes.go#L100: 	m := maps.Collect(o.all())