bufferGetString

Get a string from buffer where the string spans the length of the buffer. The span does not need to be null-terminated.

string
bufferGetString
(
const(ubyte)[] buffer
)

Parameters

buffer const(ubyte)[]

Buffer with an ASCII string to obtain.

Meta