Next: built-in strings non-empty, Previous: built-in strings base, Up: built-in strings [Contents][Index]
Type of empty string values.
<empty-string>
: <empty-string> type-constructorBuild and return an empty string.
<empty-string>
: <boolean> type-predicate objThe type predicate is empty-string?
. Return #t
if obj
is a <empty-string>
object; otherwise return #f
.