Contents

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.