Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/src/common/iterables/outerSlice.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.173/src/common/iterables/outerSlice.ts";

Functions

Create a new array by slicing from the start and end of the input array. Ensures no duplicate items are included even if slices overlap.