Make any value an array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
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.
Returns an array of Typed Array names that are available in the current environment
Convert a typed array to a Buffer without a copy
Curated collection of data structures for the JavaScript/TypeScript.
Float64Array.
Uint8Array.
Detect whether or not an object is a Typed Array
Uint32Array.
Uint16Array.
Flowtype linting rules for ESLint by flow-typed
Float32Array.
Java Script Object eXchange.
[](https://discord.gg/poimandres)
Type checking for JavaScript functions
Maximum length for a typed array.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Framework-independent loaders for 3D graphics formats
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
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.
See https://github.com/Winslett/RubyRanges
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.