Crate jenga [] [src]

Enums

InitError
PlaceError

Functions

init_with_capacity

reserve size bytes of memory for the allocator This will fail if it was already initialized

place

allocate count elements of T

place_iter

allocate count elements of T

place_raw

this function will run the provided closure with pointer to uninitialized memory. drop is not called afterwards.