Newtype Index Pattern In Zig (opens in new tab)
In efficiency-minded code, it is idiomatic to use indexes rather than pointers. Indexes have several advantages:
Read the original articleIn efficiency-minded code, it is idiomatic to use indexes rather than pointers. Indexes have several advantages:
Read the original article