anyone knows if `any<T>()` is the same as `any()` in this example?
h
anyone knows if
any<T>()
is the same as
any()
in this example?
o
Kotlin infer type T, wo yes
so yes*
👍 1