Liking cljdoc? Tell your friends :D

accent.arrays


->cljcljs

(->clj collection)
source

all-array-typescljs

source

concatcljs

(concat a & as)
source

extend-array-typecljs

(extend-array-type t)
source

float32cljs

(float32 collection)

Creates a native Float32Array for a given collection.

Creates a native Float32Array for a given `collection`.
sourceraw docstring

float64cljs

(float64 collection)

Creates a native Float64Array for a given collection.

Creates a native Float64Array for a given `collection`.
sourceraw docstring

int16cljs

(int16 collection)

Creates a native Int16Array for a given collection.

Creates a native Int16Array for a given `collection`.
sourceraw docstring

int32cljs

(int32 collection)

Creates a native Int32Array for a given collection.

Creates a native Int32Array for a given `collection`.
sourceraw docstring

int8cljs

(int8 collection)

Creates a native Int8Array for a given collection.

Creates a native Int8Array for a given `collection`.
sourceraw docstring

typed-array?cljs

(typed-array? value)

Tests whether a given value is a typed array.

Tests whether a given `value` is a typed array.
sourceraw docstring

unsigned-int16cljs

(unsigned-int16 collection)

Creates a native Uint16Array for a given collection.

Creates a native Uint16Array for a given `collection`.
sourceraw docstring

unsigned-int32cljs

(unsigned-int32 collection)

Creates a native Uint32Array for a given collection.

Creates a native Uint32Array for a given `collection`.
sourceraw docstring

unsigned-int8cljs

(unsigned-int8 collection)

Creates a native Uint8Array for a given collection.

Creates a native Uint8Array for a given `collection`.
sourceraw docstring

unsigned-int8-clampedcljs

(unsigned-int8-clamped collection)

Creates a native Uint8ClampedArray for a given collection.

Creates a native Uint8ClampedArray for a given `collection`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close