#2019 StrBuf.addAll()

mike Mon 3 Sep 2012

It would be convenient if StrBuf had:

This addAll(Obj[] list)

brian Tue 4 Sep 2012

I think to do it properly you would have pass a join separator and a closure to decide how to format the list. And it you would end up something like sys::List.join. And my initial thought is that sort of seems too complex to add to StrBuf.

mike Tue 4 Sep 2012

fair enough

Login or Signup to reply.