- fxmapping->decreasing-alist fxmapprocedure
Identical to fxmapping->alist, except that the resulting alist contains the associations of fxmap in decreasing numerical order of key.
Example:
(fxmapping->alist (fxmapping 1 'a 2 'b)) ⇒ ((2 . b) (1 . a))
Identical to fxmapping->alist, except that the resulting alist contains the associations of fxmap in decreasing numerical order of key.
Example:
(fxmapping->alist (fxmapping 1 'a 2 'b)) ⇒ ((2 . b) (1 . a))