split up mem_allocator examples

This commit is contained in:
2026-07-12 00:39:39 +02:00
parent fbbbfa454c
commit cff9e9500f
7 changed files with 405 additions and 374 deletions
+3 -1
View File
@@ -732,7 +732,9 @@
- deferred: build graph / steps / caching, multiple artifacts, computed paths
(needs string building), struct field defaults to drop `&[]` on empty lists
29. disallow arbitrary integer division
29. basic `std/arraylist` implementation using the new `std/mem` typed allocation
30. disallow arbitrary integer division
- take inspiration from zig
- see also below for a word on unchecked casts
- the user should be explicit about what they mean with integer division (e.g. `div`, `rem`)