Buffered.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(E e)
    struct Buffered(W, E, size_t bufferSize = defaultBufferSize)
    void
    put
    (
    E e
    )
    if (
    isOutputRange!(W, E[]) &&
    bufferSize < 16777216
    )
  2. void put(E[] e)

Meta