Skip to main content
Module

x/dallmo_util_math/etc/deps.deno.ts>dallmo_util_array

deno module, a collection of math util under dallmo-util
Latest
namespace dallmo_util_array
import { dallmo_util_array } from "https://deno.land/x/dallmo_util_math@v1.2.0/etc/deps.deno.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