Function ResultSet.revert
Restore the range to its original span.
Since the range is just a view of the data, we can easily revert to the initial state.
Prototype
void revert() pure nothrow;
Restore the range to its original span.
Since the range is just a view of the data, we can easily revert to the initial state.
void revert() pure nothrow;