[][src]Type Definition molt::types::MoltDict

type MoltDict = IndexMap<Value, Value>;

The standard dictionary type for Molt code.

A dictionary is a mapping from Value to Value that preserves the key insertion order.