Function ResultSet.front
Make the ResultSet behave as a random access range - front
Gets the first row in whatever remains of the Range.
Prototype
inout inout(Row) front() pure @property;
Make the ResultSet behave as a random access range - front
Gets the first row in whatever remains of the Range.
inout inout(Row) front() pure @property;