AOutputBuf.buf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Stream buf [@property getter]
    struct AOutputBuf(Stream, T = ubyte)
    @property ref
    Stream
    buf
    ()
    if (
    isOutputBuffer!(Stream, T)
    )
  2. const(Stream) buf [@property getter]

Meta