Function tree_sitter::ffi::ts_tree_cursor_goto_descendant
source · pub unsafe extern "C" fn ts_tree_cursor_goto_descendant(
self_: *mut TSTreeCursor,
goal_descendant_index: u32
)Expand description
Move the cursor to the node that is the nth descendant of the original node that the cursor was constructed with, where zero represents the original node itself.