test84

Undocumented in source.
immutable
auto test84 = q{--- test84 // check nested array length is set correctly i32[40][30] arr; u64 nestedArrLen() { return arr[0].length; } // 40 };

Meta