Thread overview
How is == operator implemented for string type?
May 16, 2018
Dr.No
May 20, 2018
Dr.No
May 16, 2018
where is the actual source code implementation?
May 16, 2018
On 5/16/18 2:45 PM, Dr.No wrote:
> where is the actual source code implementation?

https://github.com/dlang/druntime/blob/7e3b4086fee8f2e2a6882942c677acc28df527ee/src/object.d#L3479

-Steve
May 20, 2018
On Wednesday, 16 May 2018 at 18:56:26 UTC, Steven Schveighoffer wrote:
> On 5/16/18 2:45 PM, Dr.No wrote:
>> where is the actual source code implementation?
>
> https://github.com/dlang/druntime/blob/7e3b4086fee8f2e2a6882942c677acc28df527ee/src/object.d#L3479
>
> -Steve

thanks