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