Rows.empty

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

Return Value

Type: bool

true if the range is empty.

Meta