InputStreamRange.empty

Determines if the stream is empty. We consider a stream as empty when reading from it returns a result of 0 elements.

struct InputStreamRange(S, E = StreamType!S)
bool
empty
()
if ()

Return Value

Type: bool

true if the underlying stream is empty.

Meta