iterator methods
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(utf8_string_iterator), | intent(in) | :: | this |
pure function iterator_has_next(this) result(r)
class(utf8_string_iterator), intent(in) :: this
logical :: r
r = this%cur <= len(this%ptr)
end function iterator_has_next