b* binder to make some alists fast for the remainder of the
This is a b* binder introduced with def-b*-binder.
Macro:
(defmacro patbind-with-fast (args forms rest-expr) (declare (xargs :guard (not forms)) (ignorable forms)) (cons 'with-fast-alists (cons args (cons rest-expr 'nil))))