跳到主要内容

flywave-mapview.ringbuffer.iterator.value

Home > @flywave/flywave-mapview > RingBuffer > Iterator > value

RingBuffer.Iterator.value property

Gets the iterator's current value. This function does not fail even if an overrun occurs. To detect an overrun, watch the result for [[next]].

Signature:

get value(): T;