bitview: reorg part 3

This commit is contained in:
nym21
2025-09-24 00:35:32 +02:00
parent d45686128e
commit 2279aa8f18
18 changed files with 480 additions and 445 deletions
+3 -3
View File
@@ -124,13 +124,13 @@ return {
contents += " };\n}\n";
contents += "
/** @typedef {ReturnType<typeof createVecIdToIndexes>} VecIdToIndexes
/** @typedef {keyof VecIdToIndexes} VecId */
/** @typedef {ReturnType<typeof createMetricToIndexes>} MetricToIndexes
/** @typedef {keyof MetricToIndexes} Metric */
/**
* @returns {Record<any, number[]>}
*/
export function createVecIdToIndexes() {
export function createMetricToIndexes() {
return {
";