xo-gc: utest: fairly comprehensive GCObjectStore utest

Generative!
This commit is contained in:
Roland Conybeare 2026-04-09 19:12:41 -04:00
commit bc248fec20

View file

@ -50,6 +50,9 @@ namespace xo {
obj<AGCObject> car,
DList * cdr);
obj<AGCObject> head() const noexcept { return head_; }
DList * rest() const noexcept { return rest_; }
/** DList length is at least 1 **/
bool is_empty() const noexcept;
/** DList models a finite sequence **/