RandomAccessInfinite

Interface for an infinite random access range of type E.

Members

Functions

moveAt
E moveAt(size_t )

Calls std.range.primitives.moveAt on the wrapped range, if possible. Otherwise, throws an UnsupportedRangeMethod exception.

opIndex
E opIndex(size_t )

Properties

save
RandomAccessInfinite!E save [@property getter]

Variables

empty
enum bool empty;

Meta