operator & method

RangeSet<C> operator &(
  1. RangeLike<C> other
)

Intersection of this and other, i.e., the values described by both.

Implementation

RangeSet<C> operator &(RangeLike<C> other) => asRangeSet & other;