I want to create an extension function to filter a list based on condition x, and if condition x returns an empty list, go for another condition, but I can't figure an idiomatic way to write it; here's what I've got:
xii
08/25/2020, 11:58 AM
more specifically, I want to reuse part of the predicate is my concern