why is the syntax now like `fun <T> blabla()...
# announcements
f
why is the syntax now like
fun <T> blabla()
instead of
fun blabla<T>()
?