xo-expression2/xo-object2/include/xo/object2/Array.hpp

14 lines
241 B
C++

/** @file Array.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DArray.hpp"
#include "array/ISequence_DArray.hpp"
#include "array/IGCObject_DArray.hpp"
#include "array/IPrintable_DArray.hpp"
/* end Array.hpp */