Learning Zig - Coding in Zig

from blog openmymind.net, | ↗ original
Generics Intro Conclusion Coding In Zig With much of the language now covered, we're going to wrap things up by revisiting a few topics and looking at a few more practical aspects of using Zig. In doing so, we're going to introduce more of the standard library and present less trivial code snippets. Dangling Pointers We begin by...