BitsAnySet

Trait BitsAnySet 

Source
pub trait BitsAnySet<const M: usize> { }

Implementors§

Source§

impl<const N: usize, const M: usize> BitsAnySet<M> for Int<N>
where Assert<{ _ }>: IsTrue,