[Issue 21100] The internal data of std.container.array.Array cannot be referenced.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 6 05:10:54 UTC 2021


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

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

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

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

--


More information about the Digitalmars-d-bugs mailing list