fn create(self: Allocator, comptime T: type) Error!*T

Returns a pointer to undefined memory. Call destroy with the result to free the memory.

Parameters

self: Allocator,
T: type,