vendor/make-quickutils.lisp @ 3443da60edaa

Added tag v1.3.2 for changeset 884333cfb6fb
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2020 20:15:02 -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")