Creates a new Table from an object of typed arrays.
Input an object of typed arrays.
A new Table.
const table = makeTable({ a: new Int8Array([1, 2, 3]),}) Copy
const table = makeTable({ a: new Int8Array([1, 2, 3]),})
Generated using TypeDoc
Creates a new Table from an object of typed arrays.