Module alot::unordered

source ·
Expand description

An unordered collection of values, accessible by LotId.

Structs

  • An iterator over values being remoed from a Lots<T>.
  • A DrainFilter that drains all elements from a collection.
  • An iterator over a Lots<T> that returns each contained value and its associated LotId.
  • An iterator that removes all values from the collection and frees the underlying collection.
  • An iterator over all values contained in a Lots<T>.
  • An iterator providing exclusive access to all values contained in a Lots<T>.
  • A collection of T, organized by generational LotIds.

Traits