Example #1
0
 protected override List<int> DoIntersect(IList<int> first, IList<int> second)
 {
     return first.IntersectOrdered2(second, _comparer);
 }