Rows.opDollar

struct Rows(Number)
@safe pure nothrow @property const
size_t
opDollar
()
if (
isNumeric!Number
)

Return Value

Type: size_t

The current length of the range.

Meta