How do I found any combination of an array? I need an implementation for findAllCombination function
std::array array{1,2,3}; findAllCombination