upd: finish major design
This commit is contained in:
@ -36,4 +36,6 @@ struct FlowType {
|
||||
FlowType(FlowControlStatusType Status, std::vector<std::any> ReturnValueLists)
|
||||
: Status(Status), ReturnValueLists(ReturnValueLists) {}
|
||||
};
|
||||
|
||||
struct NoneType {};
|
||||
#endif
|
Reference in New Issue
Block a user