[][src]Module non_empty_collections::index_map

Non-empty hash map implementation.

Structs

IntoIter

A type produced by NonEmptyIndexMap::into_iter.

NonEmptyIndexMap

A wrapper around ::indexmap::IndexMap that is guaranteed to have at least one element by the Rust's type system: it consists of a first element and an indexed map (which could be empty) rest elements.

Enums

Entry

A map's entry.