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 c4bbda1 commit c273e33Copy full SHA for c273e33
doc/Language/typesystem.pod6
@@ -28,8 +28,9 @@ TODO
28
29
=head4 Private Attributes
30
31
-Private attributes do not have public accessor methods generated automatically.
32
-As such they can not be altered from outside the class they are defined in.
+Private attributes are addressed with any of the twigils C<$!>, C<@!> and
+C<%!>. They do not have public accessor methods generated automatically. As
33
+such they can not be altered from outside the class they are defined in.
34
35
class C {
36
has $!priv;
0 commit comments