import { type Tail } from "https://deno.land/x/rimbu@0.14.0/actor/main/utils.ts";
Utility type to retrieve the typed tail of a tuple.
definition: A extends [any, ...infer Rest] ? Rest : []
import { type Tail } from "https://deno.land/x/rimbu@0.14.0/actor/main/utils.ts";
Utility type to retrieve the typed tail of a tuple.