summaryrefslogtreecommitdiff
path: root/src/datastruct/cache_table.zig
AgeCommit message (Collapse)Author
2025-05-27code style: use `@splat` where possibleQwerasd
As of Zig 0.14.0, `@splat` can be used for array types, which eliminates a lot of redundant syntax and makes things generally cleaner. I've explicitly avoided applying this change in the renderer files for now since it would just create rebasing conflicts in my renderer rework branch which I'll be PR-ing pretty soon.
2024-11-07move datastructures to dedicated "datastruct" packageMitchell Hashimoto