So we have extension functions fun Iterable<T&g...
# announcements
a
So we have extension functions fun Iterable<T>.plus(element: T) for appending to iterables and collections. Should we not also have fun T.plus(iterable: Iterable<T>) for prepending?