mutils.container.vector_allocator

Undocumented in source.

Members

Structs

VectorAllocator
struct VectorAllocator(T, Allocator)

Vector backed by given allocator, it is not releaseing data after destruction, used in lua_json_token to treat dynamic arrays as a custom vector

Meta