But the closure `{ its(subject::name).contains("Ka...
# announcements
m
But the closure
{ its(subject::name).contains("Karel") }
would never be executed, so you cannot access anything within. There’s no way to short-cut
::name
on a type, is there?