Returns a new collection with the intersection of this and that, i.e. all elements that appear in both collections.
that
@override IVector<A> intersect(RSeq<A> that) => super.intersect(that).toIVector();