Check if the stream had ended
ubyte[1] data = [13]; auto stream = OMemStream(data); stream.read!ubyte; assert(stream.eof);
See Implementation
Check if the stream had ended