Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Test if an array-like object supports the accessor (get/set) protocol.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Return an accessor function for setting an element in an indexed array-like object.
Create a filled generic array.
Create a zero-filled generic array.
Return an accessor function for retrieving an element from an array-like object.
Copy a descriptor from object A to object B
Float64Array.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Uint8Array.
JavaScript utilities for Vega.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Get the ArrayBuffer out of a TypedArray, robustly.
Uint32Array.
Uint16Array.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Return a function which tests if every element in an array passes a test condition.
Convert an array-like object to an object likely to have the same "shape".
Float32Array.
Test if a value is a Complex64Array.