mro
ErrorsCollection

mro

Synthesised documentation from type/Metamodel/C3MRO

From type/Metamodel/C3MRO

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.

say Int.^mro;   # OUTPUT: «((Int) (Cool) (Any) (Mu))␤»