Header menu logo issie

TypeCheck Module

Functions and values

Function or value Description

typeofBool x

Full Usage: typeofBool x

Parameters:
    x : obj

Returns: bool
x : obj
Returns: bool

typeofNumber x

Full Usage: typeofNumber x

Parameters:
    x : obj

Returns: bool
x : obj
Returns: bool

typeofObject x

Full Usage: typeofObject x

Parameters:
    x : obj

Returns: bool
x : obj
Returns: bool

typeofString x

Full Usage: typeofString x

Parameters:
    x : obj

Returns: bool
x : obj
Returns: bool

Active patterns

Active pattern Description

(|NativeArray|_|) x

Full Usage: (|NativeArray|_|) x

Parameters:
    x : obj

Returns: obj[] option
x : obj
Returns: obj[] option

(|NativeBool|_|) x

Full Usage: (|NativeBool|_|) x

Parameters:
    x : obj

Returns: bool option
x : obj
Returns: bool option

(|NativeNumber|_|) x

Full Usage: (|NativeNumber|_|) x

Parameters:
    x : obj

Returns: float option
x : obj
Returns: float option

(|NativeObject|_|) x

Full Usage: (|NativeObject|_|) x

Parameters:
    x : obj

Returns: obj option
x : obj
Returns: obj option

(|NativeString|_|) x

Full Usage: (|NativeString|_|) x

Parameters:
    x : obj

Returns: string option
x : obj
Returns: string option

(|Null|_|) x

Full Usage: (|Null|_|) x

Parameters:
    x : obj

Returns: obj option
x : obj
Returns: obj option

Type something to start searching.