Skip to main content

Any.is_nothing

is_nothing

Group: Logical

Documentation

Checks if the type is an instance of Nothing. Nothing in Enso is used as a universal value to indicate the lack of presence of a value. This function is primarily useful in the IDE.

Examples

Checking if the value 1 is nothing.

      1.is_nothing