Function tree_sitter::ffi::ts_node_next_sibling
source · pub unsafe extern "C" fn ts_node_next_sibling(self_: TSNode) -> TSNode
Expand description
Get the node’s next / previous sibling.
pub unsafe extern "C" fn ts_node_next_sibling(self_: TSNode) -> TSNode
Get the node’s next / previous sibling.