xo-interpreter2 stack: work on VSM for apply -> closure action [WIP]
This commit is contained in:
parent
b5d9fdd83d
commit
44758bfed3
1 changed files with 14 additions and 0 deletions
14
include/xo/object2/Array.hpp
Normal file
14
include/xo/object2/Array.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
/** @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 */
|
||||||
Loading…
Add table
Add a link
Reference in a new issue