Subscript
nullterminated
Projects the units in self as a null-terminated buffer.
property nullterminated: Pointer<Int8> { let }
Details
Use this method to read the contents of the view as a C-style null-terminated string. The returned buffer has a size count() + 1. It is alive only for the duration of the projection and shall not be mutated.