NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
!= multimethod
!= multimethod
Methods
!=(
a:
Any
,
b:
Any
)
Source:
stdlib.ngs:1255
Inequality operator
Example
1 !=2 # true, same as not(1==2)