- fxmapping->alist fxmapprocedure
Returns an alist containing the associations of fxmap in increasing numerical order of key.
Example:
(fxmapping->alist (fxmapping 1 'a 2 'b)) ⇒ ((1 . a) (2 . b))
Returns an alist containing the associations of fxmap in increasing numerical order of key.
Example:
(fxmapping->alist (fxmapping 1 'a 2 'b)) ⇒ ((1 . a) (2 . b))