Struct pyo3::freelist::FreeList [] [src]

pub struct FreeList<T> { /* fields omitted */ }

Methods

impl<T> FreeList<T>
[src]

[src]

Create new FreeList instance with specified capacity

[src]

Pop first non empty item

[src]

Insert a value into the list