std::string Str
Str is an alias for string.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
This file includes a part of C++ Standard Template Library and defines aliases for them...
Str join(const Vec< Str > &strs, const Str &jointer)
Mimicking Python's join.
Namespace for utility functions.