- fxmapping-keys fxmapprocedure
Returns the keys of fxmap as a list in ascending numerical order.
Example:
(fxmapping-keys (fxmapping 137 'a -24 'b -5072 'c)) ⇒ (-5072 -24 137)
Returns the keys of fxmap as a list in ascending numerical order.
Example:
(fxmapping-keys (fxmapping 137 'a -24 'b -5072 'c)) ⇒ (-5072 -24 137)