Nothing
Nothing
during evaluation of a list with a
Nothing
element{..., Nothing, ...}
, the symbolNothing
is removed from the arguments.
Nothing(...)
an function with head
Nothing
will be reduced to the symbolNothing
.
Examples
>> {a, Nothing, Nothing, d}{a,d}
>> bar(a, Nothing, baz(Nothing), c)bar(a,Nothing,baz(Nothing),c)
Implementation status
- ✅ - full supported