UNPKG

@thi.ng/vector-pools

Version:

Data structures for managing & working with strided, memory mapped vectors

12 lines 330 B
import type { NumericArray } from "@thi.ng/api"; import type { IVector } from "@thi.ng/vectors"; /** * @param buf - * @param size - * @param idx - * @param stride - * * @internal */ export declare const wrap: (buf: NumericArray, size: number, idx: number, stride: number) => IVector<any>; //# sourceMappingURL=wrap.d.ts.map