struct TreeSitter::Range::Iterator

Included Modules

Defined in:

tree_sitter/range.cr

Instance Method Summary

Instance Method Detail

def next #
Description copied from module Iterator(TreeSitter::Range)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]