ScopedBuffer.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(R e)
  2. void put(R e)
  3. void put(const(T)[] e)
  4. void put(T[] e)
  5. void put(Iterable range)
    struct ScopedBuffer(T, size_t bytes = 4096)
    scope
    void
    put
    (
    Iterable
    )
    (
    Iterable range
    )
    if (
    isIterable!Iterable &&
    !isArray!Iterable
    )
    if (
    bytes
    )

Meta