Contents

UniqueBox

A smart pointer type that uniquely owns an instance of Value on the heap.

Declaration

@frozen struct UniqueBox<Value> where Value : ~Copyable

Topics

Initializers

Instance Properties

Instance Methods

See Also

Heap Storage