@thi.ng/vectors
Version:
Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts
5 lines • 313 B
TypeScript
/** @internal */
export declare const declareIndex: (proto: any, id: string, idx: number, strided?: boolean, defNumeric?: boolean) => void;
/** @internal */
export declare const declareIndices: (proto: any, props: string[], strided?: boolean, defNumeric?: boolean) => void;
//# sourceMappingURL=accessors.d.ts.map