func slices.CompactFunc

one use

	slices (current package)
		slices.go#L382: func CompactFunc[S ~[]E, E any](s S, eq func(E, E) bool) S {