https://kotlinlang.org logo
r

roberto.guerra

12/30/2016, 3:34 PM
I’ve seen some interfaces that look like this:
Copy code
interface AnInterface<out T> {
}
What does
out
mean in this context?