OutBuffer.opSlice

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

Return Value

Type: const(char)[]

a non-owning const slice of the buffer contents

Meta