is it possible to replace `T[_]` with `Iterable&lt...
# announcements
j
is it possible to replace
T[_]
with
Iterable<out T>
in kotlin?