pub type Object<K, V> = VecMap<K, V>;
The object type used in the expression sub-language.
evaluate
Context