import * as dallmoUtilArray from "https://deno.land/x/dallmo_util_array@v1.3.0/app.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 | |
search for given strings in an array with filter ref : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter | |
f test | test connecting to this child module from parent |
update a specific item in an array |