Function regorust::regoInputNode
source ยท pub unsafe extern "C" fn regoInputNode(
input: *mut regoInput,
) -> *mut regoNodeExpand description
@brief Returns the top of the Input stack. @param input The input object. @return The top of the input stack as a regoNode. If the input is invalid or empty, this function will return NULL.