Class Iterator<T>

A local class for RingBuffer

Type Parameters

  • T

Hierarchy

  • Iterator

Constructors

Accessors

Methods

Constructors

Accessors

  • get value(): T
  • 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]].

    Returns T

Methods

Generated using TypeDoc