igraph_maxdegree

Function igraph_maxdegree 

Source
pub unsafe extern "C" fn igraph_maxdegree(
    graph: *const igraph_t,
    res: *mut igraph_int_t,
    vids: igraph_vs_t,
    mode: igraph_neimode_t,
    loops: igraph_loops_t,
) -> igraph_error_t