it("returns empty if called on an empty sequence with an empty argument", () => {
        expect(from([]).except([]).toArray()).toEqual([]);
    });