1 2 3 4 5
mod combinations_array; pub use combinations_array::*; mod permutations_array; pub use permutations_array::*;