mirror of
https://github.com/janet-lang/janet
synced 2026-04-17 12:21:27 +00:00
Typed arrays used size_t in serialization: C APIs will also often use it, so it makes sense to add first class support for it rather than assume it will will fint into an integer. These changes should quiet some visual studio warnings. Also make some spacing more consistent.