RandomAccessIterator<T> Concept

An iterator that can move arbitrary offsets.

Examples

RandomAccessIter .

Definition

Line 140 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T.ReferenceType operator[](long)
T operator+(T, long)
T operator+(long, T)
T operator-(T, long)
long operator-(T, T)
T is LessThanComparable