| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For incomplete string, its length and its size always match.
By default, an error is signalled if k is out of range
(negative, or greater than or equal to the length of cstring).
However, if an optional argument fallback is given,
it is returned in such case. This is Gauche's extension.
(string-size string).
(string-length string).
Return value is undefined.
If string is an incomplete string, integer value of the lower 8 bits of char is used to set string's k-th byte.
See the notes in make-string about performance consideration.
(string-size string).
If string is a complete string, it is turned to incomplete string
by this operation.
Return value is undefined.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |