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 a014bec commit 172e6b9Copy full SHA for 172e6b9
doc/Language/objects.rakudoc
@@ -449,7 +449,7 @@ Providing an invocant in the method signature also allows for defining
449
the method as either as a class method, or as an object method, through
450
the use of L<type constraints|/language/signatures#Type_constraints>. The
451
C<::?CLASS> variable can be used to provide the class name at compile
452
-time, combined with either C<:U> (for class methods) or C<:D> (for
+time, combined with either C<:U> (for class methods AKA static in other languages) or C<:D> (for
453
instance methods).
454
455
=begin code
0 commit comments