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

one use

	sort (current package)
		sort.go#L122: func (x IntSlice) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }