Function: pcase--and
pcase--and is a byte-compiled function defined in pcase.el.gz.
Signature
(pcase--and MATCH MATCHES)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/pcase.el.gz
(defun pcase--and (match matches)
(if matches `(and ,match ,@matches) match))