If I have two sets A and B (different classes), an...
# announcements
d
If I have two sets A and B (different classes), and I want to match them by a common property, say into a
Triple<CommonProperty, A?, B?>
, if one is missing in the other set, then it should be null under that key. The result should be a sequence of those triples... what is the most efficient way to do this? Slack Conversation