cl-containers

MIT Style License

A generic container library for Common Lisp

$ area51 add cl-containersCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-containers:some-function ...)