SelectBitAnd

Trait SelectBitAnd 

Source
pub trait SelectBitAnd<Then, Else> {
    type Out;
}
Expand description

Select between two types based on BitAnd capability.

Required Associated Types§

Implementors§

Source§

impl<S, Then, Else> SelectBitAnd<Then, Else> for S
where S: Evaluate<IsBitAnd>, <S as Evaluate<IsBitAnd>>::Out: Bool,

Source§

type Out = <<S as Evaluate<Marker<Cons<X2, Cons<XB, Cons<XE, Cons<XF, Cons<X9, Cons<XE, Cons<XB, Cons<X7, Cons<X1, Cons<X5, Cons<X8, Cons<X2, Cons<X8, Cons<X7, Cons<X6, ConstStream<X9>>>>>>>>>>>>>>>>>>>::Out as Bool>::If<Then, Else>