vendor/quickutils-package.lisp @ 0434eb58dde3 v1.3.0
Add `arbitrary-vertex`
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 03 Dec 2019 19:34:41 -0500 |
| parents | c3d408862ac3 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "DIGRAPH.QUICKUTILS") (defpackage "DIGRAPH.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "DIGRAPH.QUICKUTILS") ;; need to define this here so sbcl will shut the hell up about it being ;; undefined when compiling quickutils.lisp. computers are trash. (defparameter *utilities* nil)