Function: bindat--type-le

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

Signature

(bindat--type-le bindat--type-le X)

Documentation

Access slot "le" of bindat--type struct 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)