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 */ }
type OwnMap = IndexMap<Name, Option<ComputedValue>, BuildHasherDefault<PrecomputedHasher>>;
We use None in the value to represent a removed entry.
struct OwnMap { /* private fields */ }