Check if a value is an array or a typed array
Polyfill of future proposal for `util.parseArgs()`
TypeScript definitions for range-parser
Is this value a JS ArrayBuffer?
Parse postgres array columns
Is this value a JS SharedArrayBuffer?
Rope-based persistent sequence type
Get the first fulfilled promise that satisfies the provided testing function
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
utilities for primitive JavaScript types
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Array manipulation, ordering, searching, summarizing, etc.
Work with IANA language tags.
General purpose glob-based configuration matching.
`Array#forEach()` but it’s possible to define where to move to next
TypeScript definitions for d3-array
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Flowtype linting rules for ESLint.
Create an array with values that are present in the first input array but not additional ones
Robustly get the byte offset of a Typed Array
Validates if a value is an array.
Concatenate a readable stream's data into a single array
Robustly get the byte length of a Typed Array
Type-checked set and array
TypeArray - Ruby implementation of the ECMAScript spec ( http://wiki.ecmascript.org/doku.php?id=strawman:typed_arrays )
Array with element strict typing
See https://github.com/Winslett/RubyRanges
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc. Defining a TypedArray Class: ```ruby class ThingsArray < Array extend TypedArray restrict_types Thing1, Thing2 end things = ThingsArray.new ``` Generating a single TypedArray ```ruby things = TypedArray(Thing1,Thing2).new These classes can be extended, and their accepted-types appended to after their initial definition.
Opal support for typed arrays
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc.
Methods for defining type-checked arrays and attributes
This gem adds methods to the Array class to compute different types of moving averages.
This tool is useful for managing the array in a text column in any database (mysql, sqlite and etc). This tool also does sensible update upon object save/create
Convert an Array where Array.all? {|e| [OpenStruct,Hash,ActiveRecord::Base].any? { |type| e.kind_of?(type) }} to a Google spreadsheet
Handles the typecasting of array columns so they can be used as any other datatype.