- fxmapping-set fxmap k₁ obj₁ k₂ …procedure
fxmapping-set is the same as fxmapping-adjoin, except that any existing associations for k₁, k₂, … are replaced.
Example:
(fxmapping->alist (fxmapping-set (fxmapping 0 "geordi" 1 "reginald") 1 "tasha")) ⇒ ((0 . "geordi") (1 . "tasha"))