pub unsafe extern "C" fn ts_node_named_child(
self_: TSNode,
child_index: u32,
) -> TSNode
Expand 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,
) -> TSNode
Get the node’s named child at the given index.
See also ts_node_is_named
.