Skip to main content

Crate arena_container

Crate arena_container 

Source
Expand description

§Feature flags

  • nightly (enabled by default) — disable to make the library compatible with stable and beta Rust channels.

Structs§

Arena
Unordered container with random access.
ArenaItems
A (mostly read-only) inner container holding Arena items. While Arena itself is unique (i.e. non-clonable) object, arena ‘items’ could be cloned.
ArenaItemsIndices
An iterator over all items ids.
ArenaItemsIntoIndices
An iterator over all occupied indices.
ArenaItemsIntoIter
An iterator over all items combined with their ids.
ArenaItemsIntoValues
An iterator over all items.
ArenaItemsIter
An iterator over all items combined with their ids.
ArenaItemsIterMut
A mutable iterator over all items combined with their ids.
ArenaItemsValues
An iterator over all items.
ArenaItemsValuesMut
A mutable iterator over all items.

Traits§

ArenaIndex