I'm often required to retrieve the 1st object belonging to a Set. (Using that object as a representative of that set.)
I envision a Collection Object operator, akin to the
@unionOfObjects
BUT clearly
@firstObject
Is it possible to create such a Collection operator!