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 f1699aa commit bfefd0aCopy full SHA for bfefd0a
lib/Type/X/Does/TypeObject.pod
@@ -15,4 +15,12 @@ The correct way to applies roles to type objects is at declaration time:
15
16
class GrassmannNumber does Numeric { ... }
17
18
+=head1 Methods
19
+
20
+=head2 method type
21
22
+ method type(X::Codes::TypeObject:D:) returns Mu:U
23
24
+Returns the type object into which the code tried to mix in a role.
25
26
=end pod
0 commit comments