Skip to content

Support Iterators.flatmap for Julia <1.9 #817

@mofeing

Description

@mofeing

Base.Iterators.flatmap was introduced in Julia 1.9 but supporting it for earlier versions should be as easy as doing (as described in the docs):

flatmap(f, iterators...) = Iterators.flatten(map(f, iterators...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions