On Friday, 26 April 2019 at 08:10:33 UTC, Bastiaan Veelo wrote:
std.experimental has been already moved to std.
Are you sure about that?
https://github.com/dlang/phobos/tree/master/std
I think you are confusing the package std.experimental.all that
moved to std. It means you can now import all of Phobos by
doing `import std;` instead of `import std.experimental.all;`.
It does not mean that everything below std.experimental moved
to std and thereby lost its experimental status.
Bastiaan.
yes, you're right, I just made a misunderstanding.
Thanks!