Zig NEWS

Discussion on: Faster Interface Style

Collapse
 
david_vanderson profile image
David Vanderson

I agree. It feels more like a straight-up function pointer. Also it's easier for me to understand how you can separate the interface struct, copy and store it around in different data structures. As long as the impl struct stays put!