Function: bindat--fun

bindat--fun is a byte-compiled function defined in bindat.el.gz.

Signature

(bindat--fun TYPE)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bindat.el.gz
(defun bindat--fun (type)
  (if (or (keywordp (car type)) (consp (car type))) (cons 'struct type)
    type))