FixedRingBuffer.put

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

Meta