OutBuffer.opSlice

struct OutBuffer
extern (D) nothrow const pure nothrow @nogc @safe
const(char)[]
opSlice
()

Return Value

Type: const(char)[]

a non-owning const slice of the buffer contents

Meta