Helpers Module
General purpose helpers
Functions and values
Function or value | Description |
|
|
Full Usage:
fastEquals x y
Parameters:
'T
y : 'T
Returns: bool
|
|
Full Usage:
fastNotEquals x y
Parameters:
'a
y : 'a
Returns: bool
|
|
|
|
Full Usage:
makeIdGenerator ()
Parameters:
unit
Returns: unit -> int
|
|
Full Usage:
makeIdGeneratorFrom start
Parameters:
int
Returns: unit -> int
|
|