massive rework continues

This commit is contained in:
barrulus 2025-08-04 13:35:23 -04:00
parent d1b07fff01
commit 37391c8e8b
129 changed files with 4080 additions and 22216 deletions

View file

@ -1,5 +1,7 @@
"use strict";
import { UINT8_MAX, UINT16_MAX, UINT32_MAX } from "./numberUtils.js";
function last(array) {
return array[array.length - 1];
}