Rows.back

struct Rows(Number)
@safe pure nothrow @property
const(Number[])
back
const
(
)
if (
isNumeric!Number
)

Return Value

Type: const(Number[])

The row at the end of the range.

Meta