We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72a3db commit 4f8e2aaCopy full SHA for 4f8e2aa
lib/List.pod
@@ -83,8 +83,8 @@ Returns
83
84
=head3 join
85
86
- multi sub join(Str:D $separator, *@list) returns Str:D
87
- multi method join(List:D: Str:D $separator) returns Str:D
+ multi sub join($separator, *@list) returns Str:D
+ multi method join(List:D: $separator) returns Str:D
88
89
Treats the elements of the list as strings, interleaves them with
90
C<$separator> and concatenates everything into a single string.
0 commit comments