[][src]Trait typenum::uint::GetBit

pub trait GetBit<I> {
    type Output;
}

Associated Types

type Output

Loading content...

Implementors

impl<I> GetBit<I> for UTerm[src]

type Output = B0

impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn>[src]

type Output = Bn

impl<Un, Bn, Ui, Bi> GetBit<UInt<Ui, Bi>> for UInt<Un, Bn> where
    UInt<Ui, Bi>: Sub<B1>,
    Un: GetBit<Sub1<UInt<Ui, Bi>>>, 
[src]

type Output = GetBitOut<Un, Sub1<UInt<Ui, Bi>>>

Loading content...