sort.IntSlice.Search (method)

one use

	sort (current package)
		search.go#L144: func (p IntSlice) Search(x int) int { return SearchInts(p, x) }