Struct ids_container::IdsContainer [] [src]

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

Methods

impl<T> IdsContainer<T>
[src]

Returns an iterator for all the keys and values in the container.

Returns an iterator for all the keys and values in the container.

Returns an iterator for all the keys and values in the container.

Returns an iterator for all the keys and values in the container.

Returns an iterator for all the values in the container.

Returns the number of elements.

Returns true if the container is empty.

Inserts a new element and returns its identifier.

Removes an element from the container.

Panic

Panics if the id was already removed.