bitfield

MIT

Efficiently represent several finite sets or small integers as a single non-negative integer.

$ area51 add bitfieldCopy

Usage

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