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.