Skip to content

Draft: Add native support to specify non default length-type for arrays

Rico Tzschichholz requested to merge wip/issue/607 into master
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

Merge request reports