Create a minimal array-like object supporting the accessor protocol from another array-like object.
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 array-like object supporting the get/set protocol.
Test if an array-like object supports the accessor (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.
Return an accessor function for retrieving an element from an array-like object.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Define a non-enumerable read-only accessor.
Create a filled generic array.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Create a zero-filled generic array.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Copy a descriptor from object A to object B
Define a non-enumerable read-write accessor.
Split a double-precision floating-point number into a higher order word and a lower order word.
Convert an array-like object to an object likely to have the same "shape".
JavaScript utilities for Vega.
Round a double-precision floating-point number toward zero.
Continued fraction approximation.
Test if a value is a Complex64Array.
Return a function which tests if every element in an array passes a test condition.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.