Skip to content

destructuring with multiple return values #367

@leafo

Description

@leafo
a, {:b} = hello!
{:b}, a = hello!
a, {:b, :c} = hello!
{:b, :c}, a = hello!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions