Skip to content

Type signature for Pair methods are out of date #4443

@ab5tract

Description

@ab5tract

Problem or new feature

For Pair, the kv, pairs, antipairs, keys, and valuesmethods are all indicated to return aListbut in reality they returnSeq`.

Also, unnecessary parentheses are included in several of the examples, eg my $p = (Raku => "d");

See: https://docs.raku.org/type/Pair

Suggestions

Adjust the documentation to reflect the Seq return values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedRequires another issue to be resolved before we can update the docsdocsDocumentation issue (primary issue type)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions