Macro core::core_simd::ops::unary::not

source ·
macro_rules! not {
    ($(impl<const LANES: usize> Not for Simd<$scalar:ty, LANES>)*) => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)