object-class

Unlicense

Ensures that special subclasses of standard-object cluster right in front of standard-object in the class precedence list.

$ area51 add object-classCopy

Usage

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