tree_sitter::ffi

Function ts_node_eq

Source
pub unsafe extern "C" fn ts_node_eq(
    self_: TSNode,
    other: TSNode,
) -> bool
Expand description

Check if two nodes are identical.