enighma
11/13/2024, 8:19 PMinterface Tomte
class TomteImplA: Tomte
class TomteImplB: Tomte
Something like
class CombinedTomte: Tomte by TomteImplA() && TomteImplB()
I know I could manually call the two implementations, but wonder if I can do it automagicallyYoussef Shoaib [MOD]
11/13/2024, 8:22 PMenighma
11/13/2024, 8:44 PMUnit
, so it would make sense, but in the general case it's ambiguous.