Alias Row.opDollar
Get the number of elements (columns) in this row.
Declaration
struct Row
{
// ...
alias opDollar;
// ...
}
Get the number of elements (columns) in this row.
struct Row
{
// ...
alias opDollar;
// ...
}