Given two objects is there a simple way in Raku to find the nearest common ancestor in their tree of inheritence?
There are already some general answers for this:
How to find nearest common ancestor class of two objects?
Algorithm to find common ancestor of two nodes given
I was wondering if there's an idiomatic solution built-in to Raku already.