Function: bindat--toplevel
bindat--toplevel is a byte-compiled function defined in bindat.el.gz.
Signature
(bindat--toplevel OP TYPE)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bindat.el.gz
(defun bindat--toplevel (op type)
(let* ((bindat--op op)
(env `(,@bindat--macroenv
,@macroexpand-all-environment)))
(macroexpand-all (bindat--fun type) env)))