addedAll method

Implementation

ImmutableCardSet addedAll(ImmutableCardSet other) =>
    ImmutableCardSet._(_indexUnion | other._indexUnion);