Hi - <br><br>I'm wondering how `open-output-string` and `open-output-bytes` keep the data written to the port. Are the data kept in one single contiguous bytes that gets resized as more bytes are written to it, or in a list of bytes that gets concatenated later when calling `get-output-string/bytes`, or perhaps some other methods? <br>
<br>Thanks,<br>yc<br><br>