shouldnt i be able to say `list.filter{ it.price &...
# getting-started
o
shouldnt i be able to say
list.filter{ it.price && it.special_property != specialValue }
?