split up mem_allocator examples
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user