import { type Tail } from "https://deno.land/x/rimbu@1.1.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@1.1.0/actor/main/utils.ts";
Utility type to retrieve the typed tail of a tuple.