igraph_bitset_and

Function igraph_bitset_and 

Source
pub unsafe extern "C" fn igraph_bitset_and(
    dest: *mut igraph_bitset_t,
    src1: *const igraph_bitset_t,
    src2: *const igraph_bitset_t,
)