[]Trait librelic::prelude::blake2::crypto_mac::generic_array::typenum::uint::GetBit

pub trait GetBit<I> {
    type Output;
}

Associated Types

type Output

Loading content...

Implementors

impl<I> GetBit<I> for UTerm

type Output = B0

impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn> where
    Bn: Copy

type Output = Bn

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>: Copy,
    UInt<Ui, Bi>: Sub<B1>, 

type Output = <Un as GetBit<<UInt<Ui, Bi> as Sub<B1>>::Output>>::Output

Loading content...