Function regorust::regoOutputExpressionsAtIndex

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

Returns a node containing a list of terms resulting from the query at the specified index.

@param output The output. @param index The result index. @return The output node.