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