Documentation for method mro
assembled from the following pages:
Role: Metamodel::C3MRO §
From Metamodel::C3MRO
(Metamodel::C3MRO) 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))»