summaryrefslogtreecommitdiff
path: root/tests/spvec.c
AgeCommit message (Collapse)Author
2025-10-16check iteration on empty vectorsKimplul
2025-10-16add stable vectorKimplul
+ Allows references to elements to be stable over insertion + Doesn't implement all of the regular vec interface at the moment and requires slightly different iteration handling unfortunately, but maybe it's not too bad?