import { Tuple } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
Functions
Returns the given | |
Returns a Tuple containing the elements of given | |
Returns the first element of a Tuple. | |
Returns the item at the given | |
Returns a Tuple containing all but the last element of the given | |
Returns the last element of a Tuple. | |
Convenience method to type Tuple types | |
Returns the second element of a Tuple. | |
Returns a Tuple containing all but the first element of the given | |
Returns a copy of the given |
Type Aliases
Returns the indices/keys that are in a tuple. | |
A non-empty readonly array that can serve as a source for a Tuple. | |
A readonly array that can serve as a source for a Tuple. |
import { type Tuple } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts";
A readonly array of fixed length and types.