Trait flatk::Clear[][src]

pub trait Clear {
    fn clear(&mut self);
}

Required methods

Remove all elements from the current set without necessarily deallocating the space previously used.

Implementations on Foreign Types

Implementors