Type signature for Pair
methods are out of date
#4443
Labels
docs
Documentation issue (primary issue type)
Pair
methods are out of date
#4443
Problem or new feature
For
Pair
, thekv
,pairs,
antipairs,
keys, and
valuesmethods are all indicated to return a
Listbut in reality they return
Seq`.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.The text was updated successfully, but these errors were encountered: