RingBuffer.push

push to buffer

  1. void push(DataType rhs)
    struct RingBuffer(DataType, size_t maxLength)
    void
    push
    (
    inout DataType rhs
    )
  2. void push(DataType[] rhs)

Meta