AOutputBuf.opSlice

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

Meta