Function mask_up_to

pub(in ::core_simd::vector) fn mask_up_to<M, const N: usize>(len: usize) -> Mask<M, N>
where
    M: MaskElement,