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


btreeGet

Function: btreeGet { btree key -> tOrNil val }
file: job.t
package: muf
status: alpha

The btreeGet function searches the given btree for a value corresponding to key. If found, it is returned as val and tOrNil will be non-nil, else both will be nil.


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