debugger: Added method to clean the object model when injecting code at runtime.
[nit.git] / c_src / collection.sep.0.h
1 #include "nit.common.h"
2 val* NEW_array__Array(const struct type* type);
3 extern const int COLOR_array__Arrayabstract_collection__Sequence_FT0;
4 extern const int COLOR_array__Array__with_capacity;
5 void CHECK_NEW_array__Array(val*);
6 val* NEW_range__Range(const struct type* type);
7 extern const struct type type_range__Rangekernel__Int;
8 extern const int COLOR_range__Range__without_last;
9 void CHECK_NEW_range__Range(val*);
10 extern const int COLOR_abstract_collection__Collection__iterator;
11 extern const int COLOR_abstract_collection__Iterator__is_ok;
12 extern const int COLOR_abstract_collection__Iterator__item;
13 extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
14 extern const int COLOR_abstract_collection__SimpleCollection__add;
15 extern const int COLOR_abstract_collection__Iterator__next;
16 val* collection__Sequence__subarray(val* self, long p0, long p1);