Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.