strings.lisp - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
strings.lisp (185B)
---
1 (in-package :alexandria)
2
3 (deftype string-designator ()
4 "A string designator type. A string designator is either a string, a symbol,
5 or a character."
6 `(or symbol string character))