Function: bindat--make
bindat--make is a byte-compiled function defined in bindat.el.gz.
Signature
(bindat--make &key LE UE PE)
Documentation
Constructor for objects of type bindat--type.
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)