macro_rules! impl_ct_eq_slice_with_cmov_eq {
( $($ty:ty),+ ) => { ... };
}Expand description
Impl CtEq and CtEqSlice using the cmov::CmovEq trait
macro_rules! impl_ct_eq_slice_with_cmov_eq {
( $($ty:ty),+ ) => { ... };
}Impl CtEq and CtEqSlice using the cmov::CmovEq trait