Write a function that takes two sorted Kotlin iterables and merges them into a single iterable.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/11447782-kotlin-whiteboard/lessons/35
Write a function that takes two sorted Kotlin iterables and merges them into a single iterable.