isEOS property

bool isEOS

Are we at the end of the buffer?

Implementation

bool get isEOS => offset >= _length;