ixfx
Preparing search index...
Iterables
Async
max
Function max
max
<
V
>
(
it
:
AsyncIterable
<
V
>
,
gt
?:
(
a
:
V
,
b
:
V
)
=>
boolean
,
)
:
AsyncGenerator
<
Awaited
<
V
>
,
void
,
unknown
>
Type Parameters
V
Parameters
it
:
AsyncIterable
<
V
>
gt
:
(
a
:
V
,
b
:
V
)
=>
boolean
= ...
Returns
AsyncGenerator
<
Awaited
<
V
>
,
void
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...