An immutable context, which can be used like a map.
Static methods
staticinlinecreate(elements:Rest<IElement<Any>>):AdjustableContext
Creates a new AdjustableContext 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.