Preparing search index...
The search index is not available
iteragain - v4.2.0
iteragain
some
some
Function some
some
<
T
extends
IteratorOrIterable
<
any
>
>
(
arg
:
T
,
predicate
:
Predicate
<
IterSource
<
T
>
>
,
)
:
boolean
Return true if only one element in this iterator matches the predicate.
Type Parameters
T
extends
IteratorOrIterable
<
any
>
Parameters
arg
:
T
predicate
:
Predicate
<
IterSource
<
T
>
>
Returns
boolean
some
<
T
extends
IteratorOrIterable
<
any
>
>
(
predicate
:
Predicate
<
IterSource
<
T
>
>
,
)
:
(
arg
:
T
)
=>
boolean
Return true if only one element in this iterator matches the predicate.
Type Parameters
T
extends
IteratorOrIterable
<
any
>
Parameters
predicate
:
Predicate
<
IterSource
<
T
>
>
Returns
(
arg
:
T
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.2.0
Loading...
Return true if only one element in this iterator matches the predicate.