tree_sitter::ffi

Function ts_node_child

Source
pub unsafe extern "C" fn ts_node_child(
    self_: TSNode,
    child_index: u32,
) -> TSNode
Expand description

Get the node’s child at the given index, where zero represents the first child.