Adding sets to the language.

w0rp via Digitalmars-d digitalmars-d at puremagic.com
Sun Mar 29 02:31:30 PDT 2015


On Sunday, 29 March 2015 at 09:17:17 UTC, w0rp wrote:
> 3. I'm using 2.066 still, and some things like byKey aren't 
> @safe and so on. These things need to have attributes set. (As 
> always, opApply probably lacks one of @nogc, @safe, pure, 
> nothrow because of the delegate types.)

I also just realised that the ranges over the associative arrays 
are maybe @system because you can't guarantee that the 
associative array won't be modified while you're iterating over 
it.

I'll shut up now.


More information about the Digitalmars-d mailing list