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 c0fc1af commit 4f53943Copy full SHA for 4f53943
doc/Language/packages.pod6
@@ -181,8 +181,8 @@ MyType::<$foo>
181
182
=head2 Class member lookup
183
184
-Class attributes and methods are stored in the class meta object and can be looked up
185
-through by the L<lookup|/method/lookup> method.
+Methods—including autogenerated methods, such as public attributes' accessors—are stored
+in the class meta object and can be looked up through by the L<lookup|/method/lookup> method.
186
187
=for code :skip-test
188
Str.^lookup('chars')
0 commit comments