Struct pyo3::impl_::freelist::FreeList [−][src]
pub struct FreeList<T> { /* fields omitted */ }Expand description
A free allocation list.
See the parent module for more details.
Implementations
Creates a new FreeList instance with specified capacity.