it("throws if it is called with a non-function argument", () => {
        expect(() => from([1]).any(0)).toThrowError("`matches` should be a function");
    });