MCPcopy Index your code
hub / github.com/microsoft/SandDance / array32

Function array32

docs/app/js/sanddance-app.js:141164–141164  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

141162const array8 = (n)=>new Uint8Array(n);
141163const array16 = (n)=>new Uint16Array(n);
141164const array32 = (n)=>new Uint32Array(n);
141165/**
141166 * Maintains CrossFilter state.
141167 */ function Bitmaps() {

Callers 3

BitmapsFunction · 0.70
SortedIndexFunction · 0.70
insertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected