what's the proper way to assign this?

Adam D Ruppe destructionator at gmail.com
Tue Jan 4 17:58:05 UTC 2022


On Tuesday, 4 January 2022 at 17:23:11 UTC, Dr Machine Code wrote:
> I could fix just with
>
> ```d
> 	data.entries ~= entry.get;
> ```

This is what the original code was doing - it used to implicitly 
do this.

So while this might be buggy, it wouldn't be a new bug at least.


More information about the Digitalmars-d-learn mailing list