a vocal, functional array
Parse postgres array columns
Array manipulation, ordering, searching, summarizing, etc.
Guarantees an array back
TypeScript definitions for d3-array
Turn anything into an array
Create an array without duplicates
Robustly get the length of a Typed Array
A simple list of possible Typed Array names.
Turn an array like into an array
ES2015 `Array#findIndex()` ponyfill
Array utils
Create an array with values that are present in the first input array but not additional ones
Rearrange array elements by index array
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Remove duplicate values from an array. Fastest ES5 implementation.
Create an array of unique values, in order, from the input arrays
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
filter in array tree
Array#filter for older browsers.
Validates if a value is an array.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Convenience methods for working with arrays.
rustgym solutions
Crate for linear algebra that tries to have a similar api to numpy
Array tools plugin for the Mumu ecosystem
B-field datastructure implementation in Rust
GeoArrow array definitions.
An attribute proc macro to convert structs with named fields of the same generic type into a single-array-field tuple struct with array-index-based accessor and mutator methods.
An n-dimensional circular array.
A high-performance array storage and manipulation library
Directory-based store for thousands of N-dimensional datasets local or remote using object storage.
The Ion Shell
AutoModel — SQL-first Reverse ORM for Rust, Built for the greater DX and for the AI Era
Easy mean, median, percentile, and sum statistics for Ruby Arrays
Extension for ActiveRecord that adds support for PostgreSQL array columns, mapping string values to integers.
Enumerator abstraction layer that emulates certain array functionality (methods like empty?, slice, shift and more) by using a small cache and other tricks without loading all the data from the enumerator at the same time.
Allow a user to define a set of rules, and then test to see if an array of object match those rules.
Simple library to parse PostgreSQL arrays into a array of strings
An implementation of Array that permits chaining, where children inherit changes to parent and where parent settings can be overridden in children.
Event-hooked Array, Sorted Array, Unique Array, Sorted-Unique Array, Downward-Compositing Array, Downward-Compositing Sorted Array, Downward-Compositing Unique Array, Downward-Compositing Sorted-Unique Array.
Array extension for frequency of values.
A subclass of Array that offers event hooks for pre-insert/pre-set/pre-delete, insert/set/delete. ::HookedArray offers implicit reference to a configuration instance.
[1,2,3,4,5].in_groups(2) => [ [1,2,3], [4,5] ] ------------------------------------------------------- [1,2,3,4,5].in_groups_of(2) => [ [1,2], [3,4], [5] ] ------------------------------------------------------- [1,2,3,4,5].in_groups_of(2, nil_fill: true) => [ [1,2], [3,4], [5,nil] ] ------------------------------------------------------- This allows the grouping of an array into different "groups". Great for threading long arrays by group or making them rectangular.
You can access to the first element of an array by the 'first' method. Now you can access to the second element by 'second' and that until the 999th elements
This small extension to ruby's Array class provides two additional iterators, Array#each_with_floe and Array#each_with_index_floe, that simplify the reasonably-common need to specially handle "floe"--i.e., first, last, odd, even--when iterating through the elements of an array. It's particularly handy for generating CSS classes.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.