pub type MoltDict = IndexMap<Value, Value>;Expand description
The standard dictionary type for Molt code.
A dictionary is a mapping from Value to Value that preserves the key insertion
order.
Aliased Typeยง
pub struct MoltDict { /* private fields */ }