Join Slack
Powered by
in the last koans (here <https://github.com/Kotlin...
# getting-started
e
elect
09/30/2016, 2:29 PM
in the last koans (here
https://github.com/Kotlin/kotlin-koans/blob/resolutions/src/vi_generics/_41_GenericFunctions.kt
), I don' get why it has to be:
Copy code
<T, C: MutableCollection<T>> Collection<T>.partitionTo
instead a simple
Copy code
MutableCollection<T>.partitionTo
Open in Slack
Previous
Next