string[:long] foo = new string[:long] { "foo" };
This applies to generated bindings where this new syntax will be picked up. It will apply a stricker variable type checking for such array types.
Fixes #607 (closed)
string[:long] foo = new string[:long] { "foo" };
This applies to generated bindings where this new syntax will be picked up. It will apply a stricker variable type checking for such array types.
Fixes #607 (closed)