https://issues.dlang.org/show_bug.cgi?id=22488
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8311 "Fix 22488 - Add inout to allow Array.data for const/immutable Array's" fixing this issue: - Fix 22488 - Add inout to allow Array.data for const/immutable Array's Simply propagate the const'ness to the return slice. https://github.com/dlang/phobos/pull/8311 --
