Function regorust::regoInputSize

source ยท
pub unsafe extern "C" fn regoInputSize(
    input: *mut regoInput,
) -> regoSize
Expand description

@brief Returns the number of items on the Input stack. @param input The input object. @return The number of items on the input stack.