pub unsafe extern "C" fn ZL_Compressor_parameterizeTryParseIntGraph(
compressor: *mut ZL_Compressor,
numSuccessor: ZL_GraphID,
exceptionSuccessor: ZL_GraphID,
) -> ZL_Result_ZL_GraphIDExpand 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