access
A library providing functions that unify data-structure access for Common Lisp: access and (setf access)
$ area51 add accessCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(access:some-function ...)