vendor/make-quickutils.lisp @ 91b9b04d6914 v1.5.0

Merge
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Feb 2023 21:42:58 -0500
parents f5cdc0242ec0
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :appendf
               :compose
               :curry
               :dohash
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :hash-table-keys
               :maphash-keys
               :mkstr
               :once-only
               :rcurry
               :removef
               :symb
               :with-gensyms

               )
  :package "DIGRAPH.QUICKUTILS")