Function hi_sparse_bitset::apply
source · pub fn apply<Op, S1, S2>(op: Op, s1: S1, s2: S2) -> BitSetOp<Op, S1, S2>Expand description
Creates a lazy bitset, as BinaryOp application between two bitsets.
pub fn apply<Op, S1, S2>(op: Op, s1: S1, s2: S2) -> BitSetOp<Op, S1, S2>Creates a lazy bitset, as BinaryOp application between two bitsets.