Function: hif-logand
hif-logand is a byte-compiled function defined in hideif.el.gz.
Signature
(hif-logand A B)
Documentation
Like logand but treat t and nil as 1 and 0.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defalias 'hif-logand (hif-mathify-binop logand))