Commit Graph
6 Commits
Author SHA1 Message Date
allexanderbergmns b0a4da7e2f Code split 2026-08-24 20:14:59 +02:00
allexanderbergmns 4b7a2f4c67 Bunch of updates 2026-08-24 18:24:58 +02:00
allexanderbergmns 9504a9301b fix: make seen map mutable and use u64 for tagged-value shifts
The struct-literal validator declared `seen` without `mut`, causing a
compile error on V.  Left-shifting i64 values also produced signed-shift
warnings; cast through u64 instead.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
2026-08-24 17:37:27 +02:00
allexanderbergmns 265e667912 more 2026-08-24 15:55:23 +02:00
allexanderbergmns 18b0b38490 Loops 2026-08-24 15:40:16 +02:00
allexanderbergmns f77f9d4dff Enhacnementsand toolchain 2026-08-24 15:35:11 +02:00