Showing 1-20 of 204,059 packages
Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert a linear index in an array view to a linear index in an underlying data buffer.
An array view is a proxy to an underlying array.
An array view is a proxy to an underlying array {web}.
Return a typed array view having the same data type as a provided input typed array and starting at a specified index offset.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Compute the maximum linear index in an underlying data buffer accessible to an array view.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Guarantees an array back
Interactive react component for displaying javascript arrays and JSON objects.
A utility package for JavaScript applications.
A utility package for JavaScript applications.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Provides a function for detecting if an argument is an ArrayBuffer
Array manipulation, ordering, searching, summarizing, etc.
Read changesets from disc, and return the information as JSON
Is this value a JS ArrayBuffer?
Get the byteLength out of a DataView, robustly.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.