import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts";
const { MethodCall } = Spy;
A method call tuple containing the called method name first, and then the corresponding parameters used.
import { type Spy } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts";
const { MethodCall } = Spy;
A method call tuple containing the called method name first, and then the corresponding parameters used.