relaxed
Guarantees the atomicity of the specific operation on which it is applied, but imposes no ordering constraints on any other variable accesses.
Declaration
static var relaxed: AtomicUpdateOrdering { get }Discussion
This value corresponds to std::memory_order_relaxed in C++.