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.
Test if a value is typed-array-like.
Socket.dev optimized package override for is-typed-array
Validates if a value is typed-array-like.
Test if a value is a typed array.
Find whether the type of a variable is typed array.
Robustly get the byte offset of a Typed Array
No description provided.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Returns an array of Typed Array names that are available in the current environment
Convert a typed array to a Buffer without a copy
Detect whether or not an object is a Typed Array
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Maximum length for a typed array.
Flowtype linting rules for ESLint by flow-typed
Test if a value is a complex 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.
No description provided.
No description provided.