Function hi_sparse_bitset::apply

source ·
pub fn apply<Op, S1, S2>(op: Op, s1: S1, s2: S2) -> BitSetOp<Op, S1, S2>
where Op: BinaryOp, S1: BitSetInterface, S2: BitSetInterface<Conf = <S1 as BitSetBase>::Conf>,
Expand description

Creates a lazy bitset, as BinaryOp application between two bitsets.