fn free(self: Allocator, memory: anytype) void

Free an array allocated with alloc. To free a single item, see destroy.

Parameters

self: Allocator,
memory: anytype,