Type Alias OwnMap

Source
type OwnMap = IndexMap<Name, Option<ComputedValue>, BuildHasherDefault<PrecomputedHasher>>;
Expand description

We use None in the value to represent a removed entry.

Aliased Typeยง

struct OwnMap { /* private fields */ }