Map the elements in an async iterable to Maybe or AsyncMaybeLike and collect the Just values in an array.
Maybe
AsyncMaybeLike
Just
Generated using TypeDoc
Map the elements in an async iterable to
Maybe
orAsyncMaybeLike
and collect theJust
values in an array.