Skip to content

Add flatten() builtin #672

Closed
Closed
@antonmedv

Description

@antonmedv

Add flatten builtin.

flatten([["a", "b"], [1, 2]]) == ["a", "b", 1, 2]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions