Previous: built-in strings empty, Up: built-in strings [Contents][Index]
Type of non–empty string values.
<nestring>
: <nestring> type-constructor {ch0 <char>} {ch <char>} …Build and return a non–empty string.
<nestring>
: <boolean> type-predicate objThe type predicate is empty-string?
. Return #t
if obj
is a <nestring>
object; otherwise return #f
.
<nestring>
: <char> ref this {idx <non-negative-fixnum>}Apply string-ref
to the instance and the argument.
<nestring>
: <void> set! this {idx <non-negative-fixnum>} {ch <char>}Apply string-set!
to the instance and the arguments.