Rows.front

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

Return Value

Type: const(Number[])

The current row.

Meta