Join Slack
Powered by
<@U1T6T3NBU> Worth noting: Kotlin's `<out T>...
# getting-started
o
okkero
12/19/2016, 9:17 PM
@josephivie
Worth noting: Kotlin's
<out T>
and Java's
<? extends T>
are practically the same. What Kotlin calls "out-variance" is really just what is commonly called covariance. And "in-variance" is just another word for contravariance.
Open in Slack
Previous
Next