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