https://issues.dlang.org/show_bug.cgi?id=12858
Issue ID: 12858
Summary: Document opEquals usage in AAs
Product: D
Version: unspecified
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: websites
Assignee: [email protected]
Reporter: [email protected]
With https://github.com/D-Programming-Language/druntime/pull/522 we changed
associative arrays to use opEquals instead of opCmp. The dlang.org docs should
be updated accordingly and it should be mentioned in the changelog.
--