AutodidactsHaven / kitc

Batteries-included toolkit for C. Dynamic arrays, hashtables, graphs, and more.
1 stars 0 forks source link

Iterator with next function #22

Closed omnisci3nce closed 11 months ago

omnisci3nce commented 11 months ago

makes it a bit cleaner to iterate through items instead of having to do something like m.material = ((bh_material *)materials->data)[j]; to cast and get the right index out.