Function regorust::regoNodeSize

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

Returns the number of children of the node.

@param node The node. @return The number of children.