it("uses the `getValue` function", () => {
        expect(from(["a", "abc", "abcde"]).sum(s => s.length)).toBe(9);
    });