On Wed Jun 26 08:05:49 2024 +0000, Rémi Bernon wrote:
Any reason for this to be a macro? Why not inline it in the if?
I factored this out when I was using the same code in two places. But after returning to using it in the one place, I decided `ELEMENT_HAS_PROPERTY` read better than "not not class find property"; so I left it. But can change it back to inline if that's the preference.