RandomAccessRange: Infinite
an overview of RandomAccessRange and the infinite RandomAccessRange.
We'll cover the following...
RandomAccessRange
RandomAccessRange represents ranges that allow accessing elements by the [] operator. As we covered in the operator overloading chapter, [] operator is defined by the opIndex() member function.
Importing the std.array ...