Preparing search index...
The search index is not available
P API Reference
P API Reference
src/runtime/values/intrinsic
default
Function
Class Function<A, R>
Abstract
Type Parameters
A
extends
ValueType
[]
=
ValueType
[]
R
extends
ValueType
=
ValueType
Hierarchy
Callable
<
A
,
R
>
Function
default
default
Index
Constructors
constructor
Properties
address
argument
Types
interpreter?
name
return
Type
type
intrinsic
Kind
Accessors
arity
type
Signature
Methods
[custom]
call
is
Intrinsic
to
String
Constructors
constructor
new
Function
<
A
,
R
>
(
interpreter
?
)
:
Function
<
A
,
R
>
Type Parameters
A
extends
ValueType
[]
=
ValueType
[]
R
extends
ValueType
=
ValueType
Parameters
Optional
interpreter
:
default
Returns
Function
<
A
,
R
>
Properties
Readonly
address
address
:
string
= ...
Readonly
Abstract
argument
Types
argument
Types
:
Record
<
string
,
Type
>
Protected
Optional
Readonly
interpreter
interpreter
?:
default
Readonly
Abstract
name
name
:
string
Readonly
Abstract
return
Type
return
Type
:
Type
Readonly
type
type
:
IntrinsicFunction
= CallableType.IntrinsicFunction
Static
Readonly
intrinsic
Kind
intrinsic
Kind
:
Function
= Kind.Function
Accessors
arity
get
arity
(
)
:
number
|
Range
Returns
number
|
Range
type
Signature
get
typeSignature
(
)
:
default
Returns
default
Methods
[custom]
[custom]
(
)
:
string
Returns
string
Abstract
call
call
(
...
args
)
:
undefined
|
R
Parameters
Rest
...
args
:
A
Returns
undefined
|
R
is
Intrinsic
is
Intrinsic
(
)
:
this
is
Function
<
ValueType
[]
,
ValueType
>
Returns
this
is
Function
<
ValueType
[]
,
ValueType
>
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
address
argument
Types
interpreter
name
return
Type
type
intrinsic
Kind
arity
type
Signature
[custom]
call
is
Intrinsic
to
String
P API Reference
src
src/code-analysis/array-stepper
src/code-analysis/binder
src/code-analysis/binder
src/code-analysis/binder/bound-expressions/access
src/code-analysis/binder/bound-expressions/array-literal
src/code-analysis/binder/bound-expressions/binary
src/code-analysis/binder/bound-expressions/call
src/code-analysis/binder/bound-expressions/compound-assignment
src/code-analysis/binder/bound-expressions/identifier
src/code-analysis/binder/bound-expressions/is
src/code-analysis/binder/bound-expressions/is-in
src/code-analysis/binder/bound-expressions/literal
src/code-analysis/binder/bound-expressions/new
src/code-analysis/binder/bound-expressions/object-literal
src/code-analysis/binder/bound-expressions/parenthesized
src/code-analysis/binder/bound-expressions/property-assignment
src/code-analysis/binder/bound-expressions/range-literal
src/code-analysis/binder/bound-expressions/string-interpolation
src/code-analysis/binder/bound-expressions/ternary
src/code-analysis/binder/bound-expressions/typeof
Loading...
Generated using
TypeDoc