it("returns empty if both sequences are empty", () => {
        expect(from([]).intersect([]).toArray()).toEqual([]);
    });