countCopy

Calls putter to count the length of the output, allocates a buffer of that size, and then calls putter a second time to write to the buffer. Returns the buffer.

  1. T[] countCopy(Putter putter)
    template countCopy(T)
    T[]
    countCopy
    (
    Putter
    )
    (
    Putter putter
    )
  2. T[] countCopy()

Members

Functions

countCopy
T[] countCopy(Putter putter)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta