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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #17 from Walter Bright <bugzi...@digitalmars.com> ---
There is another way:

    b.ptr // unsafe
    &b[0] // safe - because array bounds checking will verify you have a good
pointer

--

Reply via email to