AOutputBuf.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] opSlice()
    struct AOutputBuf(Stream, T = ubyte)
    @nogc
    static if(!__traits(compiles, buf[0 .. 2] == [0, 1]))
    T[]
    opSlice
    ()
    if (
    isOutputBuffer!(Stream, T)
    )
  2. T[] opSlice(size_t i, size_t j)

Meta