Preparing search index...
The search index is not available
TypeScript Extended Linq
TypeScript Extended Linq
select
Function select
select
<
TSource
,
TResult
>
(
src
:
Iterable
<
TSource
>
,
exp
:
(
item
:
TSource
,
index
:
number
)
=>
TResult
,
)
:
IEnumerable
<
TResult
>
Type Parameters
TSource
TResult
Parameters
src
:
Iterable
<
TSource
>
exp
:
(
item
:
TSource
,
index
:
number
)
=>
TResult
Returns
IEnumerable
<
TResult
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
TypeScript Extended Linq
Loading...