Skip to content

Multiple same-named arguments #108

Open
@AlexDaniel

Description

From S06:

Perl 6 allows multiple same-named arguments, and records the relative order of arguments with the same name. When there are more than one argument, the @ sigil in the parameter list causes the arguments to be concatenated:

This does not work right now.

Some comments from @jnthn:

jnthn: fwiw, I'd be surprised if that was ever implemented.
jnthn: It's likely incompatible with multi-dispatch for one.
jnthn: Should probably get tossed from the design docs, anyway.

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