1 2 3 4 5 6 7 8
#[cfg(feature = "collect_array")] pub mod collect_array; #[cfg(feature = "min_max")] pub mod min_max; #[cfg(feature = "next_chunk")] pub mod next_chunk; #[cfg(feature = "sorted")] pub mod sorted;