TypeCheck Module
Functions and values
| Function or value | Description |
Full Usage:
typeofBool x
Parameters:
obj
Returns: bool
|
|
Full Usage:
typeofNumber x
Parameters:
obj
Returns: bool
|
|
Full Usage:
typeofObject x
Parameters:
obj
Returns: bool
|
|
Full Usage:
typeofString x
Parameters:
obj
Returns: bool
|
|
Active patterns
| Active pattern | Description |
Full Usage:
(|NativeArray|_|) x
Parameters:
obj
Returns: obj[] option
|
|
Full Usage:
(|NativeBool|_|) x
Parameters:
obj
Returns: bool option
|
|
Full Usage:
(|NativeNumber|_|) x
Parameters:
obj
Returns: float option
|
|
Full Usage:
(|NativeObject|_|) x
Parameters:
obj
Returns: obj option
|
|
Full Usage:
(|NativeString|_|) x
Parameters:
obj
Returns: string option
|
|
Full Usage:
(|Null|_|) x
Parameters:
obj
Returns: obj option
|
|