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

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

Methods

impl<T> FreeList<T>
[src]

Create new FreeList instance with specified capacity

Pop first non empty item

Insert a value into the list

Auto Trait Implementations

impl<T> Send for FreeList<T> where
    T: Send

impl<T> Sync for FreeList<T> where
    T: Sync