Explore >> Select a destination


You are here

zig.guide
| | dayvster.com
2.8 parsecs away

Travel
| | A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.
| | crocidb.com
3.5 parsecs away

Travel
| | I've hit an undefined behavior with Zig and how I learned about Slices
| | blog.lohr.dev
2.7 parsecs away

Travel
| | A review by a Rust enthusiast
| | www.integralist.co.uk
20.9 parsecs away

Travel
| I found myself recently trying to recall specific details of how slices work when needing to do something that meant I wanted to not mutate the underlying array data structure of the slice I was working with. Now the reason for why I wanted to do that isn't important. What's motivating this write-up is my want for a good reference document (not saying the official go blog isn't a good reference, but I have my own things I like to focus in on in these situations).