[][src]Function shine_graph::bits::bitops::and2

pub fn and2<B, S0, S1>(set_0: S0, set_1: S1) -> And2<B, S0, S1> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>, 

Create a bitwise #fn_name of BitSetView objects