OutBuffer.opSlice

  1. const(char)[] opSlice()
    struct OutBuffer
    extern (D) const pure nothrow @nogc
    const(char)[]
    opSlice
    ()
  2. const(char)[] opSlice(size_t lwr, size_t upr)

Return Value

Type: const(char)[]

a non-owning const slice of the buffer contents

Meta