Function regorust::regoNodeGet
source ยท pub unsafe extern "C" fn regoNodeGet(
node: *mut regoNode,
index: regoSize,
) -> *mut regoNodeExpand description
@brief Returns the child node at the specified index. @param node The node. @param index The index of the child. @return The child node.