sort.IntSlice.Swap (method, view implemented interface methods) one use sort (current package) sort.go#L286: func (x IntSlice) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)