fun delete(k: K): Unit
Algorithm for deleting a key k (and the corresponding value) from the DB-tree T, supposing the key is contained in T.
k - the key to delete.
k