Re-exports§
pub use init::InitIterExt;
Modules§
Macros§
vec![]
-like macro for creatingHeapArray<T>
instances.
Structs§
- Array created by libc
malloc()
and dropped by libcfree()
. - An iterator that consumes
HeapArray<T>
instance and ensures all memory is appropriately freed when consumed or dropped.