Closed rhazarian closed 4 years ago
Even an empty ChunkedString has one (empty) chunk, so you should check it's length instead of checking whether it has a chunk.
iirc i tested this, i suppose this changed due to your changes to ChunkedString. Seems to be the better option anyway though. Thanks 👍
Even an empty ChunkedString has one (empty) chunk, so you should check it's length instead of checking whether it has a chunk.