Or you can just `sequenceOf(1, 2, 3).filter { it =...
# announcements
v
Or you can just
sequenceOf(1, 2, 3).filter { it == 2 }.toList()