A range providing access _to the specified elements.
Although this range provides the RandomAccessRange interface, accessing the elements with opIndex is less efficient than accessing the elements with the InputRange interface.
the index of the first element of the range
the index of the element one beyond the last element of the range
See Implementation
A range providing access _to the specified elements.
Although this range provides the RandomAccessRange interface, accessing the elements with opIndex is less efficient than accessing the elements with the InputRange interface.