vendor/make-quickutils.lisp @ c3d789c0d516

Merge pull request #3 from TeMPOraL/master

Stop passing NIL as :hash-function during hash table construction
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jul 2020 12:31:02 -0400
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")