xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP]

This commit is contained in:
Roland Conybeare 2026-01-30 20:08:41 -05:00
commit 0a7b2bec12

View file

@ -68,6 +68,8 @@ namespace xo {
requires (std::same_as<Args, obj<AGCObject>> && ...)
static DArray * array(obj<AAllocator> mm, Args... args);
obj<AGCObject> operator[](size_type index) const noexcept { return elts_[index]; }
///@}
/** @defgroup darray-access acecss methods **/
///@{