Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/array-utils
ArrayUtils
HeadAndChildrenImpl
Variable HeadAndChildrenImpl
Const
HeadAndChildrenImpl
:
{
children
<
T
>
(
this
:
T
[]
)
:
Tail
<
T
>
;
head
<
T
>
(
this
:
T
[]
)
:
T
}
= ...
Type Declaration
children
:
function
children
<
T
>
(
this
:
T
[]
)
:
Tail
<
T
>
Type Parameters
T
Parameters
this
:
T
[]
Returns
Tail
<
T
>
head
:
function
head
<
T
>
(
this
:
T
[]
)
:
T
Type Parameters
T
Parameters
this
:
T
[]
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...