chickadee » integer-map » fxmapping-max

fxmapping-max fxmapprocedure

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

Example:

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