`val list = biggerList.filterTo(mutableListOf()) {...
# announcements
k
val list = biggerList.filterTo(mutableListOf()) { it.x == myDesiredFilter }