func maps.DeleteFunc

one use

	maps (current package)
		maps.go#L69: func DeleteFunc[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool) {