[Issue 15968] deep-version of equals

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 6 04:24:26 PDT 2016


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

--- Comment #2 from Per Nordlöw <per.nordlow at gmail.com> ---
Note that 

[[2,2],[1,2]].equals([[2,2],[1,2]])

currently works because arrays can be compared with ==.

Example needs to replaced with range of range (RoR) example.

--


More information about the Digitalmars-d-bugs mailing list