[Issue 13882] Smarter std.algorithm.copy
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jan 24 07:50:55 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13882
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #1 from yebblies <yebblies at gmail.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list