import { type Actor } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
const { Base } = Actor;
Methods
getState(): S
subscribe(listener: Actor.Listener): Actor.Unsubscribe
import { type Actor } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
const { Base } = Actor;