it("returns empty if the first sequence is empty", () => {
        expect(from([]).intersect([1, 2]).toArray()).toEqual([]);
    });