Basic MetaProgramming in Zig

My main lang is C, so type-erased (“generic”) pointers are things I’m very comfortable with (and it’s not about meta programming and reflection). Just in case, there was a topic where we discussed C’s void* and Zig’s *anyopaque types.

2 Likes