The OpenD Programming Language

ScopedBuffer.put

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

Meta