UniqueBox
A smart pointer type that uniquely owns an instance of Value on the heap.
Declaration
@frozen struct UniqueBox<Value> where Value : ~CopyableA smart pointer type that uniquely owns an instance of Value on the heap.
@frozen struct UniqueBox<Value> where Value : ~Copyable