Function tree_sitter::ffi::ts_lookahead_iterator_next

source ·
pub unsafe extern "C" fn ts_lookahead_iterator_next(
    self_: *mut TSLookaheadIterator
) -> bool
Expand description

Advance the lookahead iterator to the next symbol.

This returns true if there is a new symbol and false otherwise.