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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from Walter Bright <[email protected]> ---
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