Function r_core::r_agraph_add_edge_at[][src]

pub unsafe extern "C" fn r_agraph_add_edge_at(
    g: *const RAGraph,
    a: *mut RANode,
    b: *mut RANode,
    nth: c_int
)