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 d2e6925 commit 554c148Copy full SHA for 554c148
doc/Type/Method.pod6
@@ -7,7 +7,8 @@
7
class Method is Routine { }
8
9
A type for methods that behave the same way then L<Routine|/type/Routine> with
10
-some exceptions listed in the following.
+some exceptions listed in the following. For details of a methods parameter
11
+list see L<Signature|/type/Signature>.
12
13
To create a method outside a L<class definition|/language/typesystem#Methods>,
14
use the declarators C<my> and C<method>:
0 commit comments