CachedRange.opIndex

Return a reference to an element

The algorithmic complexity of this function is amortized *O(1)* because it might need to cache elements between the currently available last element and the element about to be accessed with the specified index.

struct CachedRange(EC)
scope
opIndex
(
in size_t index
)

Parameters

index size_t

the _index of the element to return

Meta