import * as fun from "https://deno.land/x/fun@v2.0.0/foldable.ts";
Foldable is a structure that allows a function to all values inside of a structure. The reduction is accumulative and ordered.
Interfaces
A Foldable structure has the method fold. |