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 53ef347 commit 8087f17Copy full SHA for 8087f17
doc/Language/typesystem.pod6
@@ -59,7 +59,8 @@ Turning one type into another is done with coercion methods that have the same
59
name as the target type. This convention is made mandatory by
60
L<Signatures|/type/Signature#Coercion_Type>. The source type has to know how to
61
turn itself into the target type. To allow built-in types to turn themselves into
62
-user defined types use L<augment|/language/variables#The_augment_Declarator>.
+user defined types use L<augment|/language/variables#The_augment_Declarator> or
63
+the L<MOP|/language/mop>.
64
65
class C {
66
has $.int;
0 commit comments