Rows.front

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

Return Value

Type: const(Number[])

The current row.

Meta