pub unsafe extern "C" fn ts_node_named_child(
self_: TSNode,
child_index: u32,
) -> TSNodeExpand description
Get the node’s named child at the given index.
See also ts_node_is_named.
pub unsafe extern "C" fn ts_node_named_child(
self_: TSNode,
child_index: u32,
) -> TSNodeGet the node’s named child at the given index.
See also ts_node_is_named.