ZL_Compressor_parameterizeTryParseIntGraph

Function ZL_Compressor_parameterizeTryParseIntGraph 

Source
pub unsafe extern "C" fn ZL_Compressor_parameterizeTryParseIntGraph(
    compressor: *mut ZL_Compressor,
    numSuccessor: ZL_GraphID,
    exceptionSuccessor: ZL_GraphID,
) -> ZL_Result_ZL_GraphID
Expand description

Returns a parameterized version of the try parse int graph with the required successors of the graph.

@param numSuccessor The successor to send strings that successfully parse as integers @param exceptionSucesssor The successor to send strings that fail to parse as integers @return The graphID for the parameterized Try Parse Int graph