sync/atomic.Uint64.Swap (method)

one use

	sync/atomic (current package)
		type.go#L151: func (x *Uint64) Swap(new uint64) (old uint64) { return SwapUint64(&x.v, new) }