https://issues.dlang.org/show_bug.cgi?id=13882
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from yebblies <[email protected]> --- Implementing issue 13185 would make this possible, without specializing for static arrays. Length of slices of static arrays can be found via const-folding, and if matching length was checked in an in-contract it could be reported at compile-time. --
