pub fn simd_mask_to_bitmask<const N: usize, M>(
mask: Mask<M, N>,
len: usize,
) -> BitmaskExpand description
Converts a SIMD Mask<M, N> to a Minarrow Bitmask for the given logical length.
Used at the end of a block operation within SIMD-accelerated kernel functions.