ByChunk.empty

Returns true if there are no more chunks to be read from the stream.

struct ByChunk(Stream)
const pure nothrow
bool
empty
()
if (
isSource!Stream
)

Meta