Is the following code legal?

Shachar Shemesh via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 8 04:58:57 PST 2016


SomeStruct[int] aa;

...

SomeStruct* aap = v in aa;
aa.remove(v);
writeln(aap);



More information about the Digitalmars-d mailing list