Searches the tree for the element with the given key and returns its value if found.
key to find in the tree.
value associated with the key, or ValueType.init if not found.
See Implementation
Searches the tree for the element with the given key and returns its value if found.