We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
It's a footgun: they will always succeed (should be using if-let to match on the result of the value, not if on whether anything is matchable).
if-let
See #5684 where this bit us (me) in practice.