> I always struggle to remember if ‘filter’ keeps elements that match the condition or removes them
`filter(where:)` like in swift...?