unsafe fn transize_raw<T, const N: usize>(
    f: unsafe fn(_: T, _: T) -> T,
    bytes: Simd<u8, N>,
    idxs: Simd<u8, N>
) -> Simd<u8, N>where
    LaneCount<N>: SupportedLaneCount,
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

As transize but no implicit call to zeroing_idxs.