BitsAllSet

Trait BitsAllSet 

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

Implementors§

Source§

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