UNPKG
vega-crossfilter
Version:
latest (5.1.0)
v5-maintenance (4.1.4)
5.1.0
5.0.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.0
1.0.0
1.0.0-beta
Indexed cross-filtering for Vega dataflows.
vega-crossfilter
/
src
/
arrays.js
6 lines
(3 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
array8
= n =>
new
Uint8Array
(n);
export
const
array16
= n =>
new
Uint16Array
(n);
export
const
array32
= n =>
new
Uint32Array
(n);