hi, how to concat 2 sequences in Kotlin similar to...
# announcements
n
hi, how to concat 2 sequences in Kotlin similar to this in Java
Copy code
Stream.concat(streamA, streamB)