chickadee » integer-map » fxmapping-min

fxmapping-min fxmapprocedure

Returns two values, the least key of fxmap and its associated value. It is an error if fxmap is empty.

Example:

(fxmapping-min (fxmapping 0 'a 1 'b 2 'c)) ⇒ 0 a