get-text! in snip%
Like
get-text in non-flattened mode, except that the characters are put into the given
mutable string, instead of returned in a newly allocated string.
(-> voidsenda-snipget-text!bufferoffsetnumbuffer-offset)
buffer: mutable string
offset: exact non-negative integer
num: exact non-negative integer
buffer-offset: exact non-negative integerThe default implementation calls
get-text, except in the case of astring-snip%, in which casebufferis filled directly. In either case, thebufferstring is filled starting at positionbuffer-offset. Thebufferstring must be at leastnum+buffer-offsetcharacters long.