fn destroy(pool: *Pool, ptr: ItemPtr) void

Destroys a previously created item. Only pass items to ptr that were previously created with create() of the same memory pool!

Parameters

pool: *Pool,
ptr: ItemPtr,