I’m still a bit confused about Kotlins generics. C...
# announcements
d
I’m still a bit confused about Kotlins generics. Could someone explain the difference between Foo<Any?> and Foo<*> to me, please?