Call through to RangeSet for MessageIdentifierSet’s SetAlgebra conformance where possible
Motivation:
MessageIdentifierSet conforms to SetAlgebra, but some methods were relying on the default protocol implementations instead of using the underlying RangeSet’s implementation. This could lead to poor performance.
Call through to
RangeSet
forMessageIdentifierSet
’sSetAlgebra
conformance where possibleMotivation:
MessageIdentifierSet
conforms toSetAlgebra
, but some methods were relying on the default protocol implementations instead of using the underlyingRangeSet
’s implementation. This could lead to poor performance.