sync/atomic.Uint64.Swap (method) one use sync/atomic (current package) type.go#L175: func (x *Uint64) Swap(new uint64) (old uint64) { return SwapUint64(&x.v, new) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)