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)
    struct ScopedBuffer(T, size_t bytes = 4096)
    scope
    static if(!hasElaborateAssign!T && !isAssignable!(T, const T))
    void
    put
    ()
    (
    scope T[] e
    )
    if (
    bytes
    )
  5. void put(Iterable range)

Meta