sort.IntSlice.Less (method)

one use

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