automem.unique_array

RAII arrays

Members

Aliases

UniqueString
alias UniqueString(Allocator = typeof(theAllocator)) = UniqueArray!(char, Allocator)
Undocumented in source.

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