[Issue 14845] [REG 2.068] some rangified Char[] functions no longer take a static array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 31 05:06:42 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14845

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
And as my humble opinion, I feel a "rangified funciton" accepts *only* ranges.
By definition, static array is not range. So when I use that, I think the
explicit slice for the static array is necessary in order to get its range
view.

--


More information about the Digitalmars-d-bugs mailing list