containsAll method

bool containsAll(
  1. ImmutableCardSet other
)

Implementation

bool containsAll(ImmutableCardSet other) =>
    (_indexUnion & other._indexUnion == other._indexUnion);