1pub use min_max::compute_min_max; 2 3mod cast; 4mod compare; 5mod filter; 6mod is_constant; 7mod is_sorted; 8mod mask; 9mod min_max; 10mod take;