Filter operates on the elements like this ``` lis...
# getting-started
s
Filter operates on the elements like this
Copy code
listOf("a", "b", "c").filter { it == "a" }