Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/neo/backend/types/data.ts>DataPrimitiveArrayConstructor

👩‍💻 Matrix and other math, accelerated by WebGPU and WASM
Latest
type alias DataPrimitiveArrayConstructor
import { type DataPrimitiveArrayConstructor } from "https://deno.land/x/neo@0.0.1-pre.1/backend/types/data.ts";
definition: T extends "u32" ? Uint32ArrayConstructor : T extends "i32" ? Int32ArrayConstructor : T extends "f32" ? Float32ArrayConstructor : never