MCPcopy Create free account
hub / github.com/microsoft/SandDance / array16

Function array16

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

Source from the content-addressed store, hash-verified

141161var _vegaUtil = require("vega-util");
141162const array8 = (n)=>new Uint8Array(n);
141163const array16 = (n)=>new Uint16Array(n);
141164const array32 = (n)=>new Uint32Array(n);
141165/**
141166 * Maintains CrossFilter state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected