import { sum } from "https://deno.land/x/itertools@v1.1.1/builtins.ts";
Sums the items of an iterable from left to right and returns the total. The sum will defaults to 0 if the iterable is empty.
import { sum } from "https://deno.land/x/itertools@v1.1.1/builtins.ts";
Sums the items of an iterable from left to right and returns the total. The sum will defaults to 0 if the iterable is empty.