pub unsafe extern "C" fn intersect_uint16_cardinality(
    A: *const u16,
    lenA: usize,
    B: *const u16,
    lenB: usize
) -> i32
Expand description

Compute the size of the intersection (generic).