In role Metamodel::C3MRO§
See primary documentation in context for method mro
method mro()
Returns a list of types in the method resolution order, even those that are marked is hidden
.
say Int.^mro; # OUTPUT: «((Int) (Cool) (Any) (Mu))»
See primary documentation in context for method mro
method mro()
Returns a list of types in the method resolution order, even those that are marked is hidden
.
say Int.^mro; # OUTPUT: «((Int) (Cool) (Any) (Mu))»