Recently added __equal
Jack Stouffer via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Apr 17 17:51:29 PDT 2017
On Monday, 17 April 2017 at 19:15:06 UTC, Nordlöw wrote:
> What's the plan for the recent adding __equal overloads at
>
> https://github.com/dlang/druntime/pull/1808/files
>
> Is it only meant for runtime and phobos to be updated? Or does
> user-libraries, such as container libraries, need to be updated
> aswell?
__equal is never really mean to be called directly. It's a
druntime template that will be used via inserted calls with the
complier front end when array comparisons are used.
More information about the Digitalmars-d-learn
mailing list