repo.or.cz
/
alexandria.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify SHUFFLE docstring
[alexandria.git]
/
strings.lisp
blob
e9fd91c9615584c61b32a4b422cb9cda048b9ea7
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
))