Skip to content

MissingQ

Tests whether an expression is a Missing[...] wrapper.

$ wo 'MissingQ[Missing["NotFound"]]'
True
$ wo 'MissingQ[5]'
False