Skip to content

v0.2: Make iterators less fragile.

Compare
Choose a tag to compare
@m-ou-se m-ou-se released this 27 Feb 20:58
· 39 commits to master since this release
Instead of storing a pointer to the argdata_t, which stores the pointers
to the underlying data, store the pointers to the underlying data in the
iterator directly. This way, the iterator still works when the argdata_t
is gone, but the data still exists.