> Maybe manually allocated strings like this can only be achieved using 
> `UncheckedArray[char]`?

It depends on your use case. `newString()` also supports taking a length if all 
you want is to create a pre-allocated buffer.

Reply via email to