func slices.BinarySearch

one use

	slices (current package)
		sort.go#L126: func BinarySearch[S ~[]E, E cmp.Ordered](x S, target E) (int, bool) {