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 c52afb9 commit c470f93Copy full SHA for c470f93
doc/Type/Callable.pod6
@@ -30,7 +30,8 @@ of such a container is C<Callable>.
30
31
method CALL-ME(Callable:D $self: |arguments)
32
33
-This method is required for postfix:«( )» and postfix:«.( )». It's what makes
+This method is required for L«C<( )> postcircumfix operator|/language/operators#postcircumfix_(_)»
34
+and L«C<.( )> postcircumfix operator|/language/operators#index-entry-.(_)». It's what makes
35
an object actually call-able and needs to be overloaded to let a given object
36
act like a routine. If the object needs to be stored in a C<&>-sigiled
37
container, is has to implement Callable.
0 commit comments