import from root (@ prefix)
This commit is contained in:
@@ -626,7 +626,11 @@
|
||||
- `heap.free(ptr ?*mut u8) void` forwards to C `free`, including `none` / null
|
||||
- typed allocation, allocator parameters, arenas/pools, build-mode heap policy, and escaping-allocation diagnostics remain deferred
|
||||
|
||||
26. comptime polymorphism (zig inspired)
|
||||
26. import from project "root" (implemented)
|
||||
- imports beginning with `@` resolve from the compiler process cwd / project root
|
||||
- `heap :: import "@std/mem/heap"` works from any package depth without `../../../` path math
|
||||
|
||||
27. comptime polymorphism (zig inspired)
|
||||
|
||||
## A word on multi-unwrap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user