Atomic<T>.or
Description
Atomically performs a bitwise OR operation between the stored value and the given value, storing the result and returning the original stored value.
Signature
T Atomic<T>.or( T value, MemoryOrder order) where T : IBitAtomicable;