Thoughts about std.experimental.all?

Arun Chandrasekaran aruncxy at gmail.com
Thu Feb 28 11:08:12 UTC 2019


On Thursday, 28 February 2019 at 10:58:39 UTC, Dukc wrote:
> For those who don't know, std.experintal.all is a module that, 
> when imported, effectively imports almost all std modules. I 
> have been using it for some time now, and personally I love it 
> and wish it remains. Compile times have not been a major issue 
> for me -it still compiles faster than the C# part of my main 
> project, and faster than dub can import stuff anyway. I think 
> the only reason to choose importing more than one or two std 
> modules is when you're in an embedded enviroment that can't 
> compile everthing std.experimental.all includes.
>
> But I'm interested, what are your opinions? Is 
> std.experimental.all a success, or is it just my feeling?

I use it wherever I can, cus that's what it was designed for.


More information about the Digitalmars-d mailing list