Set adds the given key-value pair to the tree. If there is already an entry for the given key, then val replaces the old value. Set is a mutating operation and must not be called concurrently with any other Tree method calls (including other calls to Set).
(key Key, val Val)
source not stored for this graph (policy: none)
no outgoing calls