logo
pub fn intersect_alive_bitsets(
    left: AliveBitSet,
    right: AliveBitSet
) -> AliveBitSet
Expand description

Intersects two AliveBitSets in a new one. The two bitsets need to have the same max_value.