go/ast.byPos.Swap (method)

one use

	go/ast (current package)
		commentmap.go#L18: func (a byPos) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }