SetIntersection constructor

SetIntersection(
  1. dynamic inter,
  2. dynamic ar
)

Implementation

SetIntersection(inter, ar) : super([inter, ar]);