> Yes. That's what I would like to do. It is actually very easy using a
> filter for listOf<UnitDefinition> that accepts the first identical
> UnitDefinition (using a call like
> UnitDefinition.areIdentical(myJustDerivedUnit, unitNumberXXfromTheList),
> with XX being the counter in the for-each loop).
My main thought about this is to consider what the user might want to do
with the unitDefinition returned from getDerivedUnits(). They may wish
to change or use it somewhere else and may not actually want it to be
part of the original model.