Type Definition mage::Contexts []

type Contexts = Vec<HashMap<String, Value, RandomState>>;

Custom contexts. The value of the last context is searched first.