removedAll method

ImmutableCardSet removedAll(
  1. ImmutableCardSet other
)

Implementation

ImmutableCardSet removedAll(ImmutableCardSet other) =>
    ImmutableCardSet._(_indexUnion & ~other._indexUnion);