Preparing search index...
The search index is not available
@vertigis/arcgis-extensions
@vertigis/arcgis-extensions
utilities/iterable
first
Function first
first
<
T
>
(
iterable
)
:
T
|
undefined
Returns the first element in an Iterable, or undefined if there are no elements.
Type Parameters
T
Parameters
iterable
:
Iterable
<
T
,
any
,
any
>
The iterator.
Returns
T
|
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@vertigis/arcgis-extensions
Loading...
Returns the first element in an Iterable, or undefined if there are no elements.