init(_:)
Initializes a value of this atomic with the given initial value.
Declaration
init(_ initialValue: consuming Value)Parameters
- initialValue:
The initial value to set this atomic.
Initializes a value of this atomic with the given initial value.
init(_ initialValue: consuming Value)The initial value to set this atomic.