AtomicPrimitive

    The protocol that all types that can be made atomic must conform to.

    protocol AtomicPrimitive

    Overview

    Do not add conformance to this protocol for arbitrary types. Only a small range of types have appropriate atomic operations supported by the CPU, and those types already have conformances implemented.

    Requirements

    Type Properties