Join Slack
Powered by
It is unfortunate that Kotlin is picking the `Iter...
# announcements
a
andrewoma
02/02/2016, 7:27 AM
It is unfortunate that Kotlin is picking the
Iterable<T>
variant over the
T
variant:
public operator fun <T> Iterable<T>.plus(element: T): List<T>
2
Views
Open in Slack
Previous
Next