enhanced-multiple-value-bind

Unlicense

Provides an enhanced MULTIPLE-VALUE-BIND macro that adds support for lambda keywords by expanding to a MULTIPLE-VALUE-CALL when necessary. This makes catching multiple-value &rest and &key much more lightweight and convenient.

$ area51 add enhanced-multiple-value-bindCopy

Usage

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