Exemplo n.º 1
0
Str Join(const SInt &data, StrC &del) {
  return Join(data.begin(), data.end(), del);
}