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)
    struct Arena(T)
    T[]
    put
    (
    R
    )
    if (
    isInputRange!R
    )
  3. void put(V value)

Meta