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

x/denouse/use/array/mod.ts

Util functions for Deno
Go to Latest
import * as denouse from "https://deno.land/x/denouse@v0.0.6/use/array/mod.ts";

Functions

Get n evenly distributed numbers in a range.

Get an array of numbers between a given range, incremented by a step.

Split arrays by their first axis

Remove duplicate values in an array. Uses a strict = for identifying duplicates.