ByBlock.empty

The range is considered empty when less than T.sizeof bytes can be read from the stream.

struct ByBlock(T, Stream)
@property const pure nothrow
bool
empty
()
if (
isSource!Stream
)

Return Value

Type: bool

True if there are no more blocks in the stream and false otherwise.

Meta