24 for (
auto it = strs.cbegin()+1; it != strs.cend(); ++it)
This file has a definition of utils::join.
std::string Str
Str is an alias for string.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
Str join(const Vec< Str > &strs, const Str &jointer)
Mimicking Python's join.
Namespace for utility functions.