Open
Description
It is not clear to me what the difference between the notnil
and the strictNotNil
experimental features is, or rather why both of them exist. The experimental manual only says:
Its implementation is different than the
notnil
one: defined understrictNotNil
. Keep in mind the difference in option names, be careful with distinguishing them.
What does strictNotNil
do that notnil
doesn't? And why is it a separate feature, instead of just being part of notnil
?