Function StackTree.remove

Remove an element from this tree. The type of U is expected to be the type of the key that this tree is sorted on.

void remove(U) (
  U whatToRemove
);