not in multimethod

Methods

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

Example

10 not in [1,2]  # true
1  not in [1,2]  # false