test/package.lisp @ e389a847e003

Move gathering-vector destructuring into the macro lamda list

It's less code and it makes the arglist in slime nicer.
author Steve Losh <steve@stevelosh.com>
date Mon, 31 Aug 2020 12:01:31 -0400
parents 566c907b762a
children e9553a14c887
(defpackage :losh.test
  (:use :cl :1am :losh)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))