Skip to main content

Built and signed on GitHub Actions

deno module, a collection of array util under dallmo-util

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
4 weeks ago (1.3.0)
f
add_all

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

f
gen_array_by_range

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

f
insert_item

insert an item into an array with specific position

f
random_index

get a random index of an array

f
random_insert

insert an item into an array with random position

f
random_item

draw an item from an array randomly

f
remove_item

remove an item from an array

f
test

test connecting to this child module from parent

f
update_item

update a specific item in an array