Function tree_sitter::ffi::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.