pcase--u1
pcase--u1 is a compiled Lisp function in `pcase.el
'.
(pcase--u1 MATCHES CODE VARS REST)
Return code that runs CODE (with VARS) if MATCHES match.
Otherwise, it defers to REST which is a list of branches of the form
(ELSE-MATCH ELSE-CODE . ELSE-VARS).