both
import { both } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/these.ts";Create a These that represents a partial success with both values.
@example
import { both } from "./these.ts";
const partial = both("Warning", 42);
console.log(partial); // { tag: "Both", left: "Warning", right: 42 }