Alias Row.opDollar

Get the number of elements (columns) in this row.

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