Contents
Defined in File text.hpp
Join the strings in the array arr using sep as separator.
Example usage:
std::list<std::string> v{ "aap", "noot", "mies" }; assert(cif::join(v, ", ") == "aap, noot, mies");