rear
RU: задний (rear)
A pointer to the last (most recently added) element in a queue. Enqueue operations add to the rear. In a circular buffer, the rear pointer advances modulo the buffer size and is incremented after insertion.
RU: задний (rear)
A pointer to the last (most recently added) element in a queue. Enqueue operations add to the rear. In a circular buffer, the rear pointer advances modulo the buffer size and is incremented after insertion.