RingBuffer.push

push to buffer (lifo)

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

Meta