I'm pretty sure this is the 3rd or 4th time I've f...
# announcements
e
I'm pretty sure this is the 3rd or 4th time I've forgotten the correct name for that method
m
I suggest
inline fun <reified T> Iterable<*>.ofType() = filterIsInstance<T>()
😉