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

x/netsaur/packages/utilities/src/utils/array/mod.ts

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
import * as netsaur from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/utils/array/mod.ts";

Utilities for working with arrays in appraisal.

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.