Function r_core::r_agraph_add_edge[][src]

pub unsafe extern "C" fn r_agraph_add_edge(
    g: *const RAGraph,
    a: *mut RANode,
    b: *mut RANode,
    highlight: bool
)