Skip to content

Commit 4ef062d

Browse files
committed
Mention default *%_ in methods in Signature docs as well
1 parent 1b70577 commit 4ef062d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Type/Signature.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,9 @@ L<traits and modifiers|#Parameter_Traits_and_Modifiers>,
724724
as described in
725725
L<the section on slurpy array parameters|/type/Signature#Types_of_slurpy_array_parameters>.
726726
727+
Methods automatically get a C<*%_> slurpy named parameter added if they
728+
don't have another slurpy named parameter declared.
729+
727730
=head2 Types of slurpy array parameters
728731
729732
There are three variations to slurpy array parameters.

0 commit comments

Comments
 (0)