CoreOperators Module
The core operators that come with the Nu Game Engine.
Functions and values
Function or value | Description |
Full Usage:
f $ g
Parameters:
'a -> 'b
g : 'a
Returns: 'b
Modifiers: inline Type parameters: 'a, 'b |
|
Full Usage:
a =/= b
Parameters:
obj
b : obj
Returns: bool
Modifiers: inline |
|
Full Usage:
a === b
Parameters:
obj
b : obj
Returns: bool
Modifiers: inline |