decodeAtomicRepresentation(_:)
Recovers the logical atomic type Self by destroying some AtomicRepresentation storage instance returned from an atomic operation.
Declaration
static func decodeAtomicRepresentation(_ representation: consuming UnsafeMutableBufferPointer<Element>.AtomicRepresentation) -> UnsafeMutableBufferPointer<Element>Parameters
- representation:
The storage representation for
Selfthat’s used within atomic operations.
Return Value
The newly decoded logical type Self.