Rebel Struct online version
6
1
2
default struct ArrayStruct {
3
size: i32;
4
data: array<i32<le>, #size>;
5
}
6
Compile
Options
Emit runtime (makes code compilable and output bigger)
1
1