I should be able to create iterator from `std::initilizer_list` directly: ```c++ auto it = make_iterator_from_range({1, 2, 3}, {"fgh", "dfg"}); ```
I should be able to create iterator from
std::initilizer_listdirectly: