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