Variable: *EXPANDERS*

Documentation

Hash table mapping expanders to the expander function.

Source

(defvar *expanders* (make-hash-table :test 'eql)
  "Hash table mapping expanders to the expander function.")
Source Context