Module assoc::vec

source ·
Expand description

Structs

A view into an occupied entry in an associative array. It is part of the Entry enum.
A view into a vacant entry in an associative array. It is part of the Entry enum.

Enums

A view into a single entry in an associative array. The entry may be vacant or occupied.

Traits

A trait extension that allows vectors to be treated as associative arrays.
This has the same API as AssocExt but with the additional constraint K: Eq.