import { failable } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { createTryAll } = failable;
Create a tryAll function from an instance of Failable. The tryAll function allows the trying any number of Failable structures in order until a non-failed one is found.