Vec< Str > split(const Str &str, char delim=' ')
Mimicking Python's split.
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...
Namespace for utility functions.