iterare icon indicating copy to clipboard operation
iterare copied to clipboard

Static concat function

Open lazarljubenovic opened this issue 7 years ago • 0 comments

Something like

iterare.concat(iterable1, iterable2, iterable3);

to be equivalent of

iterare(iterable1).concat(iterable2).concat(iterable3);

would come in handy, I think.

lazarljubenovic avatar May 02 '18 20:05 lazarljubenovic