Preparing search index...
The search index is not available
txiki.js
txiki.js
tjs:ffi
CFunction
Class CFunction<JRT, JAT>
Type Parameters
JRT =
any
JAT
extends
any
[]
=
any
[]
Hierarchy
CFunction
Index
Constructors
constructor
Methods
call
Constructors
constructor
new CFunction
<
JRT
,
JAT
>
(
symbol
:
DlSymbol
, rtype
:
SimpleType
<
JRT
>
, argtypes
:
SimpleType
<
any
>
[]
, fixed
?:
number
)
:
CFunction
<
JRT
,
JAT
>
Type Parameters
JRT =
any
JAT
extends
any
[]
=
any
[]
Parameters
symbol:
DlSymbol
rtype:
SimpleType
<
JRT
>
argtypes:
SimpleType
<
any
>
[]
Optional
fixed:
number
Returns
CFunction
<
JRT
,
JAT
>
Methods
call
call
(
...
argsJs
:
JAT
)
:
JRT
Parameters
Rest
...
argsJs:
JAT
Returns
JRT
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
txiki.js
global
tjs
tjs:assert
tjs:ffi
tjs:getopts
tjs:hashing
tjs:ipaddr
tjs:path
tjs:uuid
CFunction
constructor
call
Generated using
TypeDoc