sort.IntSlice.Less (method, view implemented interface methods)

one use

	sort (current package)
		sort.go#L121: func (x IntSlice) Less(i, j int) bool { return x[i] < x[j] }