Rows.empty

struct Rows(Number)
@safe pure nothrow @property const
bool
empty
()
if (
isNumeric!Number
)

Return Value

Type: bool

true if the range is empty.

Meta