Contents

decodeAtomicRepresentation(_:)

Recovers the logical atomic type Self by destroying some AtomicRepresentation storage instance returned from an atomic operation.

Declaration

static func decodeAtomicRepresentation(_ representation: consuming UInt32.AtomicRepresentation) -> UInt32

Return Value

The newly decoded logical type Self.

Discussion