Alias ResultSet.opDollar
Make the ResultSet behave as a random access range - length
Declaration
struct ResultSet
{
// ...
alias opDollar;
// ...
}
Make the ResultSet behave as a random access range - length
struct ResultSet
{
// ...
alias opDollar;
// ...
}