disposable
Dispose function and with-disposable macro
$ area51 add disposableCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(disposable:some-function ...)Dispose function and with-disposable macro
$ area51 add disposableCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(disposable:some-function ...)