Macro not

macro_rules! not {
    ($(impl<const N: usize> Not for Simd<$scalar:ty, N>)*) => { ... };
}