You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that const generics are stable, we could have a pub struct BV<'ctx, const N: usize>.
This would prevent any mix ups when you have multiple sizes of bitvector floating around. I don't have time to put together a PR for this atm, but it would be really neat and I think not too difficult.