Liking cljdoc? Tell your friends :D

js.Int32Array

The Int32Array typed array represents an array of twos-complement signed integers in the platform byte order. If control over byte is needed, use js.DataView instead. The contents are initialized 0. Once established, you can reference elements in the array the object's methods, or using standard array index syntax (that using bracket notation).

The Int32Array typed array represents an array of twos-complement
signed integers in the platform byte order. If control over byte
is needed, use `js.DataView` instead. The contents are initialized
0. Once established, you can reference elements in the array
the object's methods, or using standard array index syntax (that
using bracket notation).
raw docstring

bytes-per-elementcljs

(bytes-per-element this)

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size bytes of each element in an typed array.

TypedArray.BYTES_PER_ELEMENT;

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size
bytes of each element in an typed array.

`TypedArray.BYTES_PER_ELEMENT;`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT`
raw docstring

fromcljs

(from this & args)

Method.

The TypedArray.from() method creates a new typed array from an or iterable object. This method is nearly the same as Array.from().

`TypedArray.from(source[, mapFn[, thisArg]])

where TypedArray is one of:

Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array BigInt64Array BigUint64Array`

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from

Method.

The TypedArray.from() method creates a new typed array from an
or iterable object. This method is nearly the same as `Array.from()`.

`TypedArray.from(source[, mapFn[, thisArg]])

where TypedArray is one of:

Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
BigInt64Array
BigUint64Array`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from`
raw docstring

set-bytes-per-element!cljs

(set-bytes-per-element! this val)

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size bytes of each element in an typed array.

TypedArray.BYTES_PER_ELEMENT;

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT

Property.

The TypedArray.BYTES_PER_ELEMENT property represents the size
bytes of each element in an typed array.

`TypedArray.BYTES_PER_ELEMENT;`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close