Function ResultSet.opIndex
Make the ResultSet behave as a random access range - opIndex
Gets the i'th row of whatever remains of the range
Prototype
Row opIndex(
								
  ulong i
								
) pure;
							
						Make the ResultSet behave as a random access range - opIndex
Gets the i'th row of whatever remains of the range
Row opIndex(
								
  ulong i
								
) pure;