Trait GetBit
diffgeom::typenum::uint
pub trait GetBit<I> { type Output; }
type Output
impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn>
impl<I> GetBit<I> for UTerm
impl<Un, Bn, Ui, Bi> GetBit<UInt<Ui, Bi>> for UInt<Un, Bn> where Un: GetBit<<UInt<Ui, Bi> as Sub<B1>>::Output>, UInt<Ui, Bi>: Sub<B1>,