front
RU: передний (front)
A pointer to the first (oldest) element in a queue. Dequeue operations remove from the front. In a circular buffer, the front pointer advances modulo the buffer size.
RU: передний (front)
A pointer to the first (oldest) element in a queue. Dequeue operations remove from the front. In a circular buffer, the front pointer advances modulo the buffer size.