Arena.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] put(T[] items)
  2. T[] put(R itemRange)
  3. void put(V value)
    struct Arena(T)
    static if(is(T == ubyte))
    void
    put
    (
    V
    )
    (
    auto ref V value
    )
    if (
    !isDynamicArray!V
    )

Meta