Function StackTree.find

Find an element and return it. Throw an exception if it is not present. U is expected to be the type of the key that this tree is sorted on.

T find(U) (
  U whatToFind
);