Function BTree.remove

Removes a value and value from the BTree if it exists.

void remove (
  ValueT v
);