The documentation for `element::bool()` says
Conversion operator to bool which is true for valid elements.
This might be clearer thus:
Conversion operator to bool which is true for valid elements and false for invalid elements.
(Sadly, not all bool operators in the world really fully catch both sides of the condition. Being clear that it does saves checking source to be certain, and so makes the library just a bit easier to use.)