Crate idcontain [] [src]

Structs

Id

The Id of an element of type T as returned by IdVec insertions.

IdVec

An IdVec stores an unordered collection of elements with fast access by opaque Id-s.

Iter

The type returned by IdVec.iter().

IterMut

The type returned by IdVec.iter_mut().

Constants

MAXIMUM_CAPACITY

The maximum size of an IdVec.

Type Definitions

IdTag

The type used internally to store a tag.