- "Finished" sequence.h, there's more to do, but the basic functionality is there

- bintree.h is implemented according to the needs of sequence.h at present
This commit is contained in:
2025-08-31 14:38:05 -04:00
parent dbcb50349d
commit 375492ef7b
4 changed files with 231 additions and 5 deletions

View File

@@ -51,7 +51,10 @@ inline void fennec_test_containers_sequence() {
for (size_t v : ref) {
assertf(test.contains(v), "Failed Sequence Test!");
test.erase(v);
}
fennec_test_run(test.empty(), true);
}
}