Liking cljdoc? Tell your friends :D

js.BigInt64Array

The BigInt64Array typed array represents an array of 64-bit signed in the platform byte order. If control over byte order is needed, js.DataView instead. The contents are initialized to 0n. Once you can reference elements in the array using the object's methods, by using standard array index syntax (that is, using bracket

The BigInt64Array typed array represents an array of 64-bit signed
in the platform byte order. If control over byte order is needed,
`js.DataView` instead. The contents are initialized to 0n. Once
you can reference elements in the array using the object's methods,
by using standard array index syntax (that is, using bracket
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