a and b are values of Iterator[String] type. I need c to include all the elements of a and b. Surprisingly I can’t figure out how to achieve this. May you happen to know?
a and b are values of Iterator[String] type. I need c to include all
Share
++operator will do that work.An example: