empty method

bool empty()

Returns true if the sequence is empty.

Implementation

bool empty() => isEmpty;