Returns the current vector formatted as char[] slice of the passed in buffer excluding terminating \0. The terminator is still part of the buffer to be able to use write(ln) as well as printf using buffer.ptr
See Implementation
Returns the current vector formatted as char[] slice of the passed in buffer excluding terminating \0. The terminator is still part of the buffer to be able to use write(ln) as well as printf using buffer.ptr