|
|
|
|
|
by josephg
43 days ago
|
|
Nope! Zig is like C in this regard. There’s no borrow checker. Managing memory is your responsibility. It gives you a few more tools than C - like a debug allocator, bounds checked array slices and so on. But it’s not a memory safe language like rust. |
|
https://github.com/ityonemo/clr