Skip to main content
Module

x/dallmo_util_array/mod.ts

deno module, a collection of array util under dallmo-util
Latest
import * as dallmoUtilArray from "https://deno.land/x/dallmo_util_array@v1.3.0/mod.ts";

Functions

accepts a number array, add them all up and return the sum

generate an array of integers with a range defined by start and end

insert an item into an array with specific position

get a random index of an array

insert an item into an array with random position

draw an item from an array randomly

remove an item from an array

test connecting to this child module from parent

update a specific item in an array