A promise or a value that can be awaited.
The value of null to use.
Defaults to null
.
Generates an AsyncIterPlus
from an async iterable.
The iteration type.
The async iterable to upgrade.
Lifts an function to an async function that immediately resolves the return value.
The arguments of the function.
The return value of the function.
The function to lift.
The lifted function.
Lifts an function to an async function that immediately resolves the return value.
The lifted function.
Tests if an object is iterable.
The object to test for.
If obj
is an iterable.
Tests if an object is iterable.
The object to test for.
If obj
is an iterable.
Creates an iterator that keeps adding values to a starting point.
The starting point.
The step.
Creates an iterator that keeps adding values to a starting point.
The starting point.
The step.
Tests if an object is an iterator.
The object to test for.
If obj
is an iterator.
Tests if an object is an iterator.
The object to test for.
If obj
is an iterator.
Generates an IterPlus
from an iterable.
The iteration type.
The iterable to upgrade.
Lifts an iterable to an async iterable that immediately resolves promises.
The item of the iterator.
The iterable to lift.
The lifted iterator.
Creates an inclusive-exclusive range iterator that's useful for loops.
The starting point.
The ending point, exclusive.
The step, can be negative to go down.
Creates an inclusive-exclusive range iterator that's useful for loops.
The starting point.
The ending point, exclusive.
The step, can be negative to go down.
Generated using TypeDoc
The type of null to use.