We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is there already a built-in to do multiple is at once e.g.
is
(defmacro are (&rest iss) `(progn ,@(mapcar #'(lambda (x) `(is ,x)) iss)))
Is there already a built-in to do multiple
isat once e.g.