test14

Undocumented in source.
immutable
auto test14 = q{--- test14 // Test pointer index assign void run(i32* array, i32 index, i32 value, i32 value2, i32 value3) { array[index] = value + value2 + value3; } };

Meta