Alias ResultSet.opDollar

Make the ResultSet behave as a random access range - length

struct ResultSet
{
  // ...
  alias opDollar ;
  // ...
}