RingBuffer.push

push to buffer

  1. void push(DataType rhs)
  2. void push(DataType[] rhs)
    struct RingBuffer(DataType, size_t maxLength)
    @safe @nogc pure nothrow
    void
    push
    (
    in DataType[] rhs
    )

Meta