identifier-pool

MIT

A simple generational identification number allocator.

$ area51 add identifier-poolCopy

Usage

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