Wraps some input value in an async iterable.
using(2).pipe( wrap(), // Now we can use iterable helpers map(...));
Generated using TypeDoc
Wraps some input value in an async iterable.
Example