import { initializable } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { struct } = initializable;
Create an Initializable fixed to a struct using nested Initializables to create the init values within.
import { initializable } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { struct } = initializable;
Create an Initializable fixed to a struct using nested Initializables to create the init values within.