Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-05-05 16:09:46 +03:00
parent d1e9fec9f2
commit e0e0d61daf

View File

@ -1640,6 +1640,7 @@ Equivalents to `Array`'s `.map(..)`, `.filter(..)` and `.reduce(..)` but return
generators that yield the handler return values.
<!--
XXX doc all differences (revise)
XXX .reduce(..) can return a non-iterable -- test and document this case...
-->