CARMA C++
a

convert a vector of elements to a string by appending the string representation of each element separated by the specified delimiter vector<int> of elements 4 5 2 -> "4, 5, 2"