JuliaLang/julia

generators should lower to `Iterators.map`, not `Base.Generator`

Open

#34,368 opened on Jan 14, 2020

View on GitHub
 (12 comments) (4 reactions) (0 assignees)Julia (5,773 forks)batch import
compiler:loweringhelp wanted

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

This will allow dispatching to types that aren't always Base.Generator

Contributor guide