The OpenD Programming Language

ScopedBuffer.put

  1. void put(T e)
  2. void put(R e)
  3. void put(R[] e)
    struct ScopedBuffer(T, size_t bytes = 4096)
    scope
    static if(!hasElaborateAssign!T)
    void
    put
    (
    scope R[] e
    )
    if (
    bytes &&
    T.sizeof <= bytes
    )
  4. void put(Iterable range)

Meta