Draft: Add native support to specify non default length-type for arrays
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)
Edited by Rico Tzschichholz