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