[][src]Module non_empty_collections::index_set

Non-empty hash set implementation.

Structs

IntoIter

A type produced by NonEmptyIndexSet::into_iter.

NonEmptyIndexSet

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