See Original text in context
method mro($type)
Returns a list of types in the method resolution order, even those that are marked is hidden.
is hidden
say Int.^mro; # OUTPUT: «((Int) (Cool) (Any) (Mu))»