Liking cljdoc? Tell your friends :D

thi.ng.typedarrays.core


array-typecljs

(array-type x)

float32cljs

(float32 size-or-coll)

Creates a native Float32Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Float32Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

float32-viewcljs

(float32-view a)
(float32-view a offset len)

Creates a Float32Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Float32Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

float64cljs

(float64 size-or-coll)

Creates a native Float64Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Float64Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

float64-viewcljs

(float64-view a)
(float64-view a offset len)

Creates a Float64Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Float64Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

int16cljs

(int16 size-or-coll)

Creates a native Int16Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Int16Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

int16-viewcljs

(int16-view a)
(int16-view a offset len)

Creates a Int16Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Int16Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

int32cljs

(int32 size-or-coll)

Creates a native Int32Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Int32Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

int32-viewcljs

(int32-view a)
(int32-view a offset len)

Creates a Int32Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Int32Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

int8cljs

(int8 size-or-coll)

Creates a native Int8Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Int8Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

int8-viewcljs

(int8-view a)
(int8-view a offset len)

Creates a Int8Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Int8Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

typed-array?cljs

(typed-array? x)

Returns truthy value if the given arg is a typed array instance

Returns truthy value if the given arg is a typed array instance
raw docstring

typed-arrays-supported?cljs

(typed-arrays-supported?)

Returns true if JS runtime supports typed arrays

Returns true if JS runtime supports typed arrays
raw docstring

uint16cljs

(uint16 size-or-coll)

Creates a native Uint16Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Uint16Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

uint16-viewcljs

(uint16-view a)
(uint16-view a offset len)

Creates a Uint16Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Uint16Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

uint32cljs

(uint32 size-or-coll)

Creates a native Uint32Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Uint32Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

uint32-viewcljs

(uint32-view a)
(uint32-view a offset len)

Creates a Uint32Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Uint32Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

uint8cljs

(uint8 size-or-coll)

Creates a native Uint8Array of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Uint8Array of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

uint8-clampedcljs

(uint8-clamped size-or-coll)

Creates a native Uint8ClampedArray of the given size or from coll If arg already is a typed array then a copy is created.

Creates a native Uint8ClampedArray of the given size or from `coll`
If arg already is a typed array then a copy is created.
raw docstring

uint8-clamped-viewcljs

(uint8-clamped-view a)
(uint8-clamped-view a offset len)

Creates a Uint8ClampedArray view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Uint8ClampedArray view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

uint8-viewcljs

(uint8-view a)
(uint8-view a offset len)

Creates a Uint8Array view of the given typed array's underlying ArrayBuffer, optionally from given byte offset and item length.

Creates a Uint8Array view of the given typed array's
underlying ArrayBuffer, optionally from given byte offset
and item length.
raw docstring

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

× close