> It's just one range and one separator. > > auto joined = joiner(["Mary", "has"], "\t"); > assert(joined.front == 'M'); > > > Andrei Looks good to me. I vote for having it. Casey