Go to the first, previous, next, last section, table of contents.


btreeDelete

Function: btreeDelete { btree key -> newBtree }
file: job.t
package: muf
status: alpha

This function removes the given key (and any associated value) from the given btree and returns the resulting new newBtree, which might or might not be the same object as the given btree.


Go to the first, previous, next, last section, table of contents.