struct TreeSitter::Range::Iterator
- TreeSitter::Range::Iterator
- Struct
- Value
- Object
Included Modules
- Iterator(TreeSitter::Range)
Defined in:
tree_sitter/range.crInstance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
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.