xo-procedure2 xo-object2: + polymorphic primitive support

This commit is contained in:
Roland Conybeare 2026-01-26 12:38:17 -05:00
commit eef4a1db5d
6 changed files with 74 additions and 3 deletions

View file

@ -23,7 +23,7 @@ namespace xo {
* fixed at construction time, but not part of type.
* Can reallocate to change
**/
struct DArray {
class DArray {
public:
/** @defgroup darray-types type traits **/
///@{