string-case

3-clause BSD

string-case is a macro that generates specialised decision trees to dispatch on string equality

$ area51 add string-caseCopy

Usage

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