Alias SafeRow.opDollar

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

struct SafeRow
{
  // ...
  alias opDollar = length;
  // ...
}