type alias Tuple.Sourceimport { type Tuple } from "https://deno.land/x/rimbu@0.13.5/deep/tuple.ts"; const { Source } = Tuple; A readonly array that can serve as a source for a Tuple. definition: readonly unknown[]