is not multimethod

Methods

is not(a:Any, b:Any) Source: stdlib.ngs:45
"is not" operator. Exactly same as "not(a is b)".

Example

1    is not Null  # true
null is not Null  # false