automem.unique_array

RAII arrays

Members

Structs

UniqueArray
struct UniqueArray(Type, Allocator = typeof(theAllocator))

A unique array similar to C++'s std::unique_ptr<T> when T is an array

Meta