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

Function array8

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

Source from the content-addressed store, hash-verified

141160var _vegaDataflow = require("vega-dataflow");
141161var _vegaUtil = require("vega-util");
141162const array8 = (n)=>new Uint8Array(n);
141163const array16 = (n)=>new Uint16Array(n);
141164const array32 = (n)=>new Uint32Array(n);
141165/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected