Loader.empty

Implements the empty range primitive.

If there's no more documents left in the stream, this will be true.

struct Loader
@safe
bool
empty
()

Return Value

Type: bool

true if no more documents left, false otherwise.

Meta