root/trunk/thirdparty/alexandria/strings.lisp

Revision 2190, 185 bytes (checked in by hhubner, 1 year ago)

add more thirdparty libs

  • Property svn:executable set to *
Line 
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))
Note: See TracBrowser for help on using the browser.