Thread overview
[Issue 21100] The internal data of std.container.array.Array cannot be referenced.
Jul 06, 2021
Vladimir Panteleev
Jul 20, 2021
Andrei
Jul 21, 2021
Andrei
July 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21100

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
You can use (&arr[0])[0 .. arr.length].

--
July 20, 2021
https://issues.dlang.org/show_bug.cgi?id=21100

Andrei <dandrei279@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dandrei279@gmail.com

--- Comment #2 from Andrei <dandrei279@gmail.com> ---
I opened a PR [0] regarding this.

[0] https://github.com/dlang/phobos/pull/8174

--
July 21, 2021
https://issues.dlang.org/show_bug.cgi?id=21100

Andrei <dandrei279@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Andrei <dandrei279@gmail.com> ---
PR [0] was merged into master.

[0] https://github.com/dlang/phobos/pull/8174

--