pub trait BoolNumeric: Numeric + Not + BitAnd + BitAndAssign + BitOr + BitOrAssign + BitXor + BitXorAssign { }
Expand description

Boolean Numeric type for array

Implementations on Foreign Types§

source§

impl BoolNumeric for bool

Implementors§