Returns an Iter that drains the current buffer.
@override Iter<T> iter() { return Iter.fromIterable(_iter()); }