text-string
is the type of strings that can hold any character, that is, (vector cl:character
length)
. This is the string type that is guaranteed to always hold any character used in writing text (program text or natural language).
simple-text-string
is the simple version of text-string
, that is, the string itself is simple. Equivalent to:
(simple-vector cl:character length)
Notes
text-string
uses 32 bits per character. Applications that use many strings and are very large, when they know they do not use the full Unicode range, can consider using base-string (up to 8 bits) or bmp-string (up to 16 bits) to reduce memory usage.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4