Function regorust::regoNodeGet

source ยท
pub unsafe extern "C" fn regoNodeGet(
    node: *mut regoNode,
    index: regoSize,
) -> *mut regoNode
Expand description

Returns the child node at the specified index.

@param node The node. @param index The index of the child. @return The child node.