import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Tries to get the value in Optional. If value is not present, it will throw an exception.
x/mandarinets/plugins/optional.ts>Optional#orElseThrows
import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Tries to get the value in Optional. If value is not present, it will throw an exception.