Function: cl--struct-bindat--type-p

cl--struct-bindat--type-p is a byte-compiled function defined in bindat.el.gz.

Signature

(cl--struct-bindat--type-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bindat.el.gz
(eval-when-compile (require 'subr-x))   ;For `named-let'.

(cl-defstruct (bindat--type
               (:predicate nil)
               (:constructor bindat--make))
  le ue pe)