The OpenD Programming Language

ScopedBuffer.put

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

Meta