I would like to do something like:
impl_op!<I> (& |a: &BitSparseArray<I>, b: &BitSparseArray<I>| -> BitSparseArray<I> {...}
But currently there appears no way to do that.
Would you like to add that functionality? Or maybe I can and generate a pull request?
Thanks.