November 29
https://issues.dlang.org/show_bug.cgi?id=24890

          Issue ID: 24890
           Summary: spec/arrays.dd should mention comparison and warn
                    about dangling .ptr
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody@puremagic.com
          Reporter: nick@geany.org

Although array comparison is defined in expression.dd, arrays.dd should discuss the difference between equality and `is` identity.

arrays.dd should also make it clear why `.ptr` is not @safe.

PR incoming.

--