RingBuffer.push

push to buffer (lifo)

  1. void push(DataType rhs)
    struct RingBuffer(DataType, size_t maxLength)
    void
    push
    (
    DataType rhs
    )
  2. void push(R rhs)

Meta