Function regorust::regoNodeSize
source ยท pub unsafe extern "C" fn regoNodeSize(node: *mut regoNode) -> regoSizeExpand description
@brief Returns the number of children of the node. @param node The node. @return The number of children.