Open adamdruppe opened 6 months ago
if arr is static length it does VRP
if it is dynamic length i could perhaps do a bound check before entering the loop to ensure it is < int.max
search for
deprecation(fs.loc, "foreach: loop index implicitly converted from `size_t` t
statementsem.d to find the hook
if arr is static length it does VRP
if it is dynamic length i could perhaps do a bound check before entering the loop to ensure it is < int.max
search for
statementsem.d to find the hook