ZL_Compressor_registerTokenizeGraph

Function ZL_Compressor_registerTokenizeGraph 

Source
pub unsafe extern "C" fn ZL_Compressor_registerTokenizeGraph(
    compressor: *mut ZL_Compressor,
    inputType: ZL_Type,
    sort: bool,
    alphabetGraph: ZL_GraphID,
    indicesGraph: ZL_GraphID,
) -> ZL_GraphID
Expand description

@see ZL_Compressor_buildTokenizeGraph @returns The tokenize graph, or ZL_GRAPH_ILLEGAL on error.