An immutable context, which can be used like a map.
Static variables
Static methods
staticinlinecreate(elements:Rest<IElement<Any>>):Context
Creates a new Context containing the elements associations.
staticinlineget<T>(this:ElementTree, key:Key<T>):Null<T>
Returns the value associated with key, or null if no such value exists.