bitfield
Efficiently represent several finite sets or small integers as a single non-negative integer.
$ area51 add bitfieldCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bitfield:some-function ...)