FixedRingBuffer.putBack

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void putBack(T itm)
  2. void putBack(TC[] itms)
    struct FixedRingBuffer(T, size_t N = 0, bool INITIALIZE = true)
    void
    putBack
    (
    TC : T
    )
    (
    TC[] itms
    )

Meta