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