Traversable
import type { Traversable } from "https://raw.githubusercontent.com/baetheus/fun/main/traversable.ts";
A Traversable structure extends Mappable and Foldable. It contains the methods map, fold, and traverse.
import type { Traversable } from "https://raw.githubusercontent.com/baetheus/fun/main/traversable.ts";
A Traversable structure extends Mappable and Foldable. It contains the methods map, fold, and traverse.