xo-stringtable2: + is_gc_eligible() comptime flag

This commit is contained in:
Roland Conybeare 2026-03-24 17:37:27 -04:00
commit e6f397af73

View file

@ -59,7 +59,7 @@ namespace xo {
void register_types(init_function_type init_fn);
/** register known GC-aware types with @p gc.
* Calls @c gc.isntall_type() for each
* Calls @c gc.install_type() for each
* such type.
**/
bool install_types(obj<ACollector> gc);