Merge commit '95aeb2ebae' as 'third_party/lisp/alexandria'
This commit is contained in:
commit
0a9a569534
29 changed files with 6252 additions and 0 deletions
6
third_party/lisp/alexandria/strings.lisp
vendored
Normal file
6
third_party/lisp/alexandria/strings.lisp
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(in-package :alexandria)
|
||||
|
||||
(deftype string-designator ()
|
||||
"A string designator type. A string designator is either a string, a symbol,
|
||||
or a character."
|
||||
`(or symbol string character))
|
||||
Loading…
Add table
Add a link
Reference in a new issue